Donald Trump Filter
Block the Donald Trump and his stupidity
什麼是Donald Trump Filter?
Donald Trump Filter是由ajones061392開發的Chrome擴展程式,該擴展的主要功能是“Block the Donald Trump and his stupidity”。
擴展截圖
下載Donald Trump Filter擴展crx文件
下載Donald Trump Filter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Similar to the Kardashian Filter, this Filter will block the lovely racist Donald Trump from you web browsing. Give me some feedback and help me make this extension even better! Aaron Jones
擴展基本資訊
名稱 | |
ID | efjoldeklealkgmfnellniibecdmikio |
官方網址 | https://chrome.google.com/webstore/detail/donald-trump-filter/efjoldeklealkgmfnellniibecdmikio |
簡介 | Block the Donald Trump and his stupidity |
檔案大小 | 63.75 KB |
安裝次數 | 110 |
目前版本 | 1.1 |
更新時間 | 2015-12-01 |
上架時間 | 2015-12-01 |
評分 | 2.89/5 共 9 次評分 |
開發者 | ajones061392 |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald Trump Filter", "description": "Block the Donald Trump and his stupidity", "version": "1.1", "permissions": [ "https:\/\/secure.flickr.com\/", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "120": "icon120.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |