Hide Facebook Sponsored Posts
Hides Facebook's annoying sponsored posts on your news feed.
Hide Facebook Sponsored Postsとは何ですか?
Hide Facebook Sponsored Postsはdang!によって開発されたChromeの拡張機能で、その主な機能は「Hides Facebook's annoying sponsored posts on your news feed.」です。
拡張機能のスクリーンショット
Hide Facebook Sponsored Posts拡張機能のCRXファイルをダウンロード
Hide Facebook Sponsored Posts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Updated and working as of 08/01/2017 *** ONLY WORKS FOR ENGLISH FACEBOOK presumably *** If you want the extension working in your language, please contact me with the word that appears under Sponsored posts. Sweet, sweet icon by Turbomilk (http://turbomilk.com).
拡張機能の基本情報
名前 | |
ID | jdebdllgnemmnjjhjjndfiaamdhonjlk |
公式URL | https://chrome.google.com/webstore/detail/hide-facebook-sponsored-p/jdebdllgnemmnjjhjjndfiaamdhonjlk |
説明 | Hides Facebook's annoying sponsored posts on your news feed. |
ファイルサイズ | 62.12 KB |
インストール数 | 3,000 |
現在のバージョン | 1.1.0 |
最終更新日 | 2017-01-08 |
公開日 | 2017-01-08 |
評価 | 2.11/5 合計 47 レビュー |
開発者 | dang! |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Facebook Sponsored Posts", "version": "1.1.0", "manifest_version": 2, "description": "Hides Facebook's annoying sponsored posts on your news feed.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "script.js" ], "run_at": "document_end" } ] } |