Fark Nag Eliminator
Disable fark.com's Adblock notification nag! By SysOp.
What is Fark Nag Eliminator?
Fark Nag Eliminator is a Chrome extension developed by mudmin, and its main feature is "Disable fark.com's Adblock notification nag! By SysOp.".
Extension Screenshots
Download Fark Nag Eliminator Extension CRX File
Download Fark Nag Eliminator 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
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.
Extension Basic Information
Name | |
ID | oefeinhipbdjeemidefnpdlmcjhgahge |
Official URL | https://chrome.google.com/webstore/detail/fark-nag-eliminator/oefeinhipbdjeemidefnpdlmcjhgahge |
Description | Disable fark.com's Adblock notification nag! By SysOp. |
File Size | 329 KB |
Installation Count | 23 |
Current Version | 1.3.1 |
Last Updated | 2014-09-21 |
Publish Date | 2014-09-21 |
Rating | 2.33/5 Total 3 Ratings |
Developer | mudmin |
Payment Type | free |
Supported Languages | 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 } ] } |