Monkey King Ad Blocker
Monkey King Ad Blocker
什麼是Monkey King Ad Blocker?
Monkey King Ad Blocker是由cbsarge開發的Chrome擴展程式,該擴展的主要功能是“Monkey King Ad Blocker”。
擴展截圖
下載Monkey King Ad Blocker擴展crx文件
下載Monkey King Ad Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Monkey King Ad Blocker lets you play the game on the Facebook site without the pesky side column taking up any valuable real estate.
擴展基本資訊
名稱 | |
ID | jihmdbhlhnopimdagdnnfmndfegklepl |
官方網址 | https://chrome.google.com/webstore/detail/monkey-king-ad-blocker/jihmdbhlhnopimdagdnnfmndfegklepl |
簡介 | Monkey King Ad Blocker |
檔案大小 | 99.78 KB |
安裝次數 | 10 |
目前版本 | 1.2 |
更新時間 | 2014-10-14 |
上架時間 | 2014-10-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | cbsarge |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Monkey King Ad Blocker", "version": "1.2", "description": "Monkey King Ad Blocker", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "fire-icon-48.png", "default_popup": "popup.html", "default_title": "Monkey King Ad Blocker is ACTIVE!" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "zpar.js" ], "all_frames": true, "css": [ "zpar.css" ] } ], "icons": { "128": "fire-icon-128.png" }, "manifest_version": 2 } |