Remove Donald Trump from Facebook
Remove Donald Trump from Facebook Homepage
Remove Donald Trump from Facebookとは何ですか?
Remove Donald Trump from FacebookはDerek Storyによって開発されたChromeの拡張機能で、その主な機能は「Remove Donald Trump from Facebook Homepage」です。
拡張機能のスクリーンショット
Remove Donald Trump from Facebook拡張機能のCRXファイルをダウンロード
Remove Donald Trump from Facebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Like this extension? Donations are appreciated at: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KREFNCYGZJCBE -------------------------- Remove posts on Facebook that mention "Trump". A post must contain the text string "trump" in order for the post to be removed. If the post only mentions "Donald", "President", or god forbid, only shows his picture, the post will remain. Instructions: It runs in the background, so you won't see an icon for it or anything. If you installed it, its running. If you want to remove it, delete it/disable it from chrome://extensions/ -------------------------- Logo Designed by: http://rustlerdesigns.com https://www.reddit.com/user/cpncjwhitebeard contact: [email protected] http://derekstory.com
拡張機能の基本情報
名前 | Remove Donald Trump from Facebook |
ID | hhokbihnhhfghkbmihlgfcoafhkghdej |
公式URL | https://chromewebstore.google.com/detail/remove-donald-trump-from/hhokbihnhhfghkbmihlgfcoafhkghdej |
説明 | Remove Donald Trump from Facebook Homepage |
ファイルサイズ | 965 KB |
インストール数 | 2,152 |
現在のバージョン | 3 |
最終更新日 | 2017-02-26 |
公開日 | 2017-02-26 |
評価 | 4.27/5 合計 148 レビュー |
開発者 | Derek Story |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Donald Trump from Facebook", "description": "Remove Donald Trump from Facebook Homepage", "version": "3", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start", "js": [ "facebook_filter.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon48.png" } } |