Fark Nag Eliminator
Disable fark.com's Adblock notification nag! By SysOp.
Fark Nag Eliminatorとは何ですか?
Fark Nag Eliminatorはmudminによって開発されたChromeの拡張機能で、その主な機能は「Disable fark.com's Adblock notification nag! By SysOp.」です。
拡張機能のスクリーンショット
Fark Nag Eliminator拡張機能のCRXファイルをダウンロード
Fark Nag Eliminator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | oefeinhipbdjeemidefnpdlmcjhgahge |
公式URL | https://chrome.google.com/webstore/detail/fark-nag-eliminator/oefeinhipbdjeemidefnpdlmcjhgahge |
説明 | Disable fark.com's Adblock notification nag! By SysOp. |
ファイルサイズ | 329 KB |
インストール数 | 23 |
現在のバージョン | 1.3.1 |
最終更新日 | 2014-09-21 |
公開日 | 2014-09-21 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | mudmin |
支払い方法 | free |
対応言語 | 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 } ] } |