Topic Blocker
Filter out Facebook posts by topic.
什麼是Topic Blocker?
Topic Blocker是由Adam開發的Chrome擴展程式,該擴展的主要功能是“Filter out Facebook posts by topic.”。
擴展截圖
下載Topic Blocker擴展crx文件
下載Topic Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are you tired of reading posts in your Facebook News Feed about a specific (probably controversial) topic from all 1000 of your closest friends/enemies/acquaintances/pets/phrenologists? Good news! When you get tired of a certain topic, just use Topic Blocker to block it!
擴展基本資訊
名稱 | |
ID | nljofmjkcfcllbffocmfddhmapchciaj |
官方網址 | https://chromewebstore.google.com/detail/topic-blocker/nljofmjkcfcllbffocmfddhmapchciaj |
簡介 | Filter out Facebook posts by topic. |
檔案大小 | 51.05 KB |
安裝次數 | 73 |
目前版本 | 0.0.1 |
更新時間 | 2014-07-10 |
上架時間 | 2014-07-10 |
評分 | 5.00/5 共 9 次評分 |
開發者 | Adam |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/16.png", "128": "images\/128.png" }, "permissions": [ "storage" ], "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/19.png", "38": "images\/38.png" }, "default_title": "Topic Blocker", "default_popup": "popup.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/contentscript2.js" ], "run_at": "document_end", "all_frames": false } ] } |