Adfly Notification Bypass
Adfly deserves this!
Was ist Adfly Notification Bypass?
Adfly Notification Bypass ist eine Chrome-Erweiterung, die von Elemental Woof entwickelt wurde, und ihr Hauptmerkmal ist "Adfly deserves this!".
Erweiterungsscreenshots
Adfly Notification Bypass-Erweiterungs-CRX-Datei herunterladen
Laden Sie Adfly Notification Bypass-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Adfly Notification Bypass |
ID | oniljfenfhbbjpmpcphgnpjhbapcapek |
Offizielle URL | https://chromewebstore.google.com/detail/adfly-notification-bypass/oniljfenfhbbjpmpcphgnpjhbapcapek |
Beschreibung | Adfly deserves this! |
Dateigröße | 54.58 KB |
Installationsanzahl | 10,384 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-06-19 |
Veröffentlichungsdatum | 2020-04-08 |
Bewertung | 4.81/5 Insgesamt 108 Bewertungen |
Entwickler | Elemental Woof |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |