Adfly Notification Bypass
Adfly deserves this!
Hvad er Adfly Notification Bypass?
Adfly Notification Bypass er en Chrome-udvidelse udviklet af Elemental Woof, og dens hovedfunktion er "Adfly deserves this!".
Udvidelsesskærmbilleder
Download Adfly Notification Bypass-udvidelses-CRX-fil
Download Adfly Notification Bypass-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Adfly Notification Bypass |
ID | oniljfenfhbbjpmpcphgnpjhbapcapek |
Officiel URL | https://chromewebstore.google.com/detail/adfly-notification-bypass/oniljfenfhbbjpmpcphgnpjhbapcapek |
Beskrivelse | Adfly deserves this! |
Filstørrelse | 54.58 KB |
Antal Installationer | 10,384 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-06-19 |
Udgivelsesdato | 2020-04-08 |
Bedømmelse | 4.81/5 Samlet 108 Bedømmelser |
Udvikler | Elemental Woof |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |