English Russia enhancer
English Russia.com page enhancer
Co je English Russia enhancer?
English Russia enhancer je rozšíření Chrome vyvinuté Bassta, a jeho hlavní funkcí je „English Russia.com page enhancer“.
Stáhnout soubor CRX rozšíření English Russia enhancer
Stáhněte si soubory rozšíření English Russia enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Experience better englishrussia.com. Don't view ads ( still they will count as viewed, so the guys will get their money ), see all post on one page ( still, think of supporting them and pay subscription ) . Updated in days after a site change.
Základní Informace o Rozšíření
Název | |
ID | bnbbklacgbiojeagmdbkclikaekhpcnd |
Oficiální URL | https://chrome.google.com/webstore/detail/english-russia-enhancer/bnbbklacgbiojeagmdbkclikaekhpcnd |
Popis | English Russia.com page enhancer |
Velikost souboru | 41.26 KB |
Počet instalací | 11 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2016-02-22 |
Datum Vydání | 2016-02-22 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Bassta |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "English Russia enhancer", "author": "Chris Panayotov", "version": "1.1.0", "description": "English Russia.com page enhancer", "homepage_url": "http:\/\/bassta.bg", "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "content_scripts": [ { "matches": [ "http:\/\/englishrussia.com\/*" ], "css": [ "css\/er_content.css" ], "js": [ "js\/er_content.js" ] } ], "web_accessible_resources": [ "js\/er_content.js", "js\/injected.js" ], "permissions": [ "tabs", "contentSettings", "https:\/\/*\/*" ] } |