Fallen Zuma
Impeach Zuma from the Internet
什麼是Fallen Zuma?
Fallen Zuma是由https://www.mitchsaid.com開發的Chrome擴展程式,該擴展的主要功能是“Impeach Zuma from the Internet”。
擴展截圖
下載Fallen Zuma擴展crx文件
下載Fallen Zuma擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add this Chrome extension for guaranteed Zuma-free browsing, and live in online world where Zuma has already fallen. Note: though this extension needs permissions to read page content, absolutely no personal data is read or stored in any way.
擴展基本資訊
名稱 | |
ID | ehpggdllcbcbhabfpiknphnndhnniepe |
官方網址 | https://chromewebstore.google.com/detail/fallen-zuma/ehpggdllcbcbhabfpiknphnndhnniepe |
簡介 | Impeach Zuma from the Internet |
檔案大小 | 84.43 KB |
安裝次數 | 29 |
目前版本 | 0.1 |
更新時間 | 2016-04-22 |
上架時間 | 2016-04-21 |
評分 | 5.00/5 共 9 次評分 |
開發者 | https://www.mitchsaid.com |
付費類型 | free |
擴展官網 | http://www.mitchsaid.com/fallenzuma |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fallen Zuma", "description": "Impeach Zuma from the Internet", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "animate.css" ], "js": [ "jquery-2.2.2.min.js", "jquery.blast.min.js", "wow.min.js", "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |