Monkey King Ad Blocker
Monkey King Ad Blocker
Monkey King Ad Blocker क्या है?
Monkey King Ad Blocker cbsarge द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monkey King Ad Blocker"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Monkey King Ad Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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 } |