Adfly Notification Bypass

Adfly deserves this!

Vad är Adfly Notification Bypass?

Adfly Notification Bypass är en Chrome-tillägg utvecklad av Elemental Woof, och dess huvudfunktion är "Adfly deserves this!".

Tilläggsskärmbilder

screenshot

Ladda ner Adfly Notification Bypass-förlängningens CRX-fil

Ladda ner Adfly Notification Bypass-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension allows users to skip the adfly links that require you to enable notifications to continue.

NOW OPEN SOURCE! https://github.com/SnowSnakz/adfly-notification-bypass-chrome

Note to the people who email me asking to buy this extension: 
I'm not selling the extension because it's likely you only want it for malicious purposes. If I'm correct on that assumption, please kindly eat a handful of sand and don't talk to me.                    

Grundläggande Information om Tillägg

Namn Adfly Notification Bypass Adfly Notification Bypass
ID oniljfenfhbbjpmpcphgnpjhbapcapek
Officiell webbadress https://chromewebstore.google.com/detail/adfly-notification-bypass/oniljfenfhbbjpmpcphgnpjhbapcapek
Beskrivning Adfly deserves this!
Filstorlek 54.58 KB
Antal Installationer 10,384
Aktuell Version 1.0
Senast Uppdaterad 2023-06-19
Publiceringsdatum 2020-04-08
Betyg 4.81/5 Totalt 108 Betyg
Utvecklare Elemental Woof
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adfly Notification Bypass",
    "version": "1.0",
    "description": "Adfly deserves this!",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "noadfly.png",
        "default_popup": "popup.html"
    }
}