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 |
公式URL | 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 |
Eメール | [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 } |