AntiBrother
This app will filter any Israeli Big Brother content from your Facebook feed
什麼是AntiBrother?
AntiBrother是由peled.roy開發的Chrome擴展程式,該擴展的主要功能是“This app will filter any Israeli Big Brother content from your Facebook feed”。
擴展截圖
下載AntiBrother擴展crx文件
下載AntiBrother擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This app will filter any Israeli Big Brother content from your Facebook feed
擴展基本資訊
名稱 | |
ID | eefahcamldfmbgmfafnjpiccmhlbmagb |
官方網址 | https://chromewebstore.google.com/detail/antibrother/eefahcamldfmbgmfafnjpiccmhlbmagb |
簡介 | This app will filter any Israeli Big Brother content from your Facebook feed |
檔案大小 | 81.97 KB |
安裝次數 | 58 |
目前版本 | 1.2 |
更新時間 | 2014-05-15 |
上架時間 | 2014-05-15 |
評分 | 5.00/5 共 14 次評分 |
開發者 | peled.roy |
付費類型 | free |
支援的語言 | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AntiBrother", "version": "1.2", "description": "This app will filter any Israeli Big Brother content from your Facebook feed", "icons": { "128": "logo.png" }, "permissions": [ "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "content_scripts": [ { "js": [ "filter.js" ], "matches": [ "https:\/\/www.facebook.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "default-src 'self' * 'unsafe-inline' 'unsafe-eval'; object-src 'self'; script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/graph.facebook.com https:\/\/api-read.facebook.com" } |