Adblocker for Facebook™ (sponsored posts)
A super fast sponsored posts removal tool for Facebook™
Adblocker for Facebook™ (sponsored posts)とは何ですか?
Adblocker for Facebook™ (sponsored posts)はbalvin.perrieによって開発されたChromeの拡張機能で、その主な機能は「A super fast sponsored posts removal tool for Facebook™」です。
拡張機能のスクリーンショット
Adblocker for Facebook™ (sponsored posts)拡張機能のCRXファイルをダウンロード
Adblocker for Facebook™ (sponsored posts)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension does not act like a normal adblocker extension. It just detects and removes sponsored posts that Facebook inserts between your actual posts. The extension does not have a network observer hence it is much faster than a normal adblocker extension. Basically, it only observes post creation and detects the "sponsored" keyword and remove the post with this keyword. That's it! Notes: 1. There is no user interface for this extension. 2. To disable the extension go to the extension manager of your browser and press the disable button. Note that you will need to refresh Facebook pages too.
拡張機能の基本情報
名前 | Adblocker for Facebook™ (sponsored posts) |
ID | lciamkaeclpffgdmljhiogcgpohbohee |
公式URL | https://chrome.google.com/webstore/detail/adblocker-for-facebook-sp/lciamkaeclpffgdmljhiogcgpohbohee |
説明 | A super fast sponsored posts removal tool for Facebook™ |
ファイルサイズ | 28.03 KB |
インストール数 | 231 |
現在のバージョン | 0.1.3 |
最終更新日 | 2019-10-28 |
公開日 | 2019-10-27 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | balvin.perrie |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://add0n.com/adblocker-for-facebook.html |
ヘルプページのURL | https://add0n.com/adblocker-for-facebook.html |
プライバシーポリシーページのURL | https://add0n.com/policies/balvin.perrie.txt |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.3", "name": "Adblocker for Facebook\u2122 (sponsored posts)", "description": "A super fast sponsored posts removal tool for Facebook\u2122", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "data\/inject.js" ], "run_at": "document_start" } ], "homepage_url": "https:\/\/add0n.com\/adblocker-for-facebook.html", "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |