Fark Nag Eliminator
Disable fark.com's Adblock notification nag! By SysOp.
Was ist Fark Nag Eliminator?
Fark Nag Eliminator ist eine Chrome-Erweiterung, die von mudmin entwickelt wurde, und ihr Hauptmerkmal ist "Disable fark.com's Adblock notification nag! By SysOp.".
Erweiterungsscreenshots
Fark Nag Eliminator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fark Nag Eliminator-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
If you love Fark.com and use an ad-blocking software, this simple extension gets rid of Fark's annoying "Fark feeds our squirrel with revenue from ads, please whitelist us in adblock/noscript/your-ad-blocker-of-choice! (Read more) Or please consider joining TotalFark" message.
Grundlegende Informationen zur Erweiterung
Name | |
ID | oefeinhipbdjeemidefnpdlmcjhgahge |
Offizielle URL | https://chrome.google.com/webstore/detail/fark-nag-eliminator/oefeinhipbdjeemidefnpdlmcjhgahge |
Beschreibung | Disable fark.com's Adblock notification nag! By SysOp. |
Dateigröße | 329 KB |
Installationsanzahl | 23 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2014-09-21 |
Veröffentlichungsdatum | 2014-09-21 |
Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
Entwickler | mudmin |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fark Nag Eliminator", "version": "1.3.1", "description": "Disable fark.com's Adblock notification nag! By SysOp.", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.fark.com\/*", "https:\/\/*.fark.com\/*" ], "js": [ "main.js" ], "run_at": "document_end", "all_frames": true } ] } |