| ▲ | austin-cheney 3 hours ago | |
> I’m not deeply familiar with what APIs are available for detecting extension Here is what the article says: Method 1
Method 2
The API is making an HTTP request to
There is then a second stage where they walk the DOM looking for text signatures and element attributes indicative of the store_id valuesIt looks like the user has the freedom to manage this by launching chrome with this flag: --disable-extensions It also seems there is an extension for extension management to deny extension availability by web site: https://superuser.com/questions/1546186/enable-disable-chrom... | ||