Adfly Notification Bypass
Adfly deserves this!
What is Adfly Notification Bypass?
Adfly Notification Bypass is a Chrome extension developed by Elemental Woof, and its main feature is "Adfly deserves this!".
Extension Screenshots
Download Adfly Notification Bypass Extension CRX File
Download Adfly Notification Bypass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Adfly Notification Bypass |
ID | oniljfenfhbbjpmpcphgnpjhbapcapek |
Official URL | https://chromewebstore.google.com/detail/adfly-notification-bypass/oniljfenfhbbjpmpcphgnpjhbapcapek |
Description | Adfly deserves this! |
File Size | 54.58 KB |
Installation Count | 10,384 |
Current Version | 1.0 |
Last Updated | 2023-06-19 |
Publish Date | 2020-04-08 |
Rating | 4.81/5 Total 108 Ratings |
Developer | Elemental Woof |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |