English Russia enhancer

English Russia.com page enhancer

What is English Russia enhancer?

English Russia enhancer is a Chrome extension developed by Bassta, and its main feature is "English Russia.com page enhancer".

Download English Russia enhancer Extension CRX File

Download English Russia enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name English Russia enhancer English Russia enhancer
ID bnbbklacgbiojeagmdbkclikaekhpcnd
Official URL https://chrome.google.com/webstore/detail/english-russia-enhancer/bnbbklacgbiojeagmdbkclikaekhpcnd
Description English Russia.com page enhancer
File Size 41.26 KB
Installation Count 11
Current Version 1.1.0
Last Updated 2016-02-22
Publish Date 2016-02-22
Rating 5.00/5 Total 2 Ratings
Developer Bassta
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}