Monkey King Ad Blocker
Monkey King Ad Blocker
Co to jest Monkey King Ad Blocker?
Monkey King Ad Blocker to rozszerzenie Chrome opracowane przez cbsarge, a jego główną funkcją jest „Monkey King Ad Blocker”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Monkey King Ad Blocker
Pobierz pliki rozszerzeń Monkey King Ad Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jihmdbhlhnopimdagdnnfmndfegklepl |
Oficjalny URL | https://chrome.google.com/webstore/detail/monkey-king-ad-blocker/jihmdbhlhnopimdagdnnfmndfegklepl |
Opis | Monkey King Ad Blocker |
Rozmiar pliku | 99.78 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2014-10-14 |
Data Publikacji | 2014-10-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | cbsarge |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |