Supremacy1914 Ad Bar Remover - By Samet Alaca

Vous ne passerez pas !

What is Supremacy1914 Ad Bar Remover - By Samet Alaca?

Supremacy1914 Ad Bar Remover - By Samet Alaca is a Chrome extension developed by Unknown, and its main feature is "Vous ne passerez pas !".

Extension Screenshots

screenshot

Download Supremacy1914 Ad Bar Remover - By Samet Alaca Extension CRX File

Download Supremacy1914 Ad Bar Remover - By Samet Alaca 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

                        Extension permettant de supprimer la barre de pub associée aux parties de Supremacy 1914 une bonne fois pour toutes !                    

Extension Basic Information

Name Supremacy1914 Ad Bar Remover - By Samet Alaca Supremacy1914 Ad Bar Remover - By Samet Alaca
ID pedcejjghkkicfjggliffhabpinkophl
Official URL https://chromewebstore.google.com/detail/supremacy1914-ad-bar-remo/pedcejjghkkicfjggliffhabpinkophl
Description Vous ne passerez pas !
File Size 20.48 KB
Installation Count 24
Current Version 1.2
Last Updated 2016-04-13
Publish Date 2016-04-13
Developer Unknown
Payment Type free
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Supremacy1914 Ad Bar Remover - By Samet Alaca",
    "description": "Vous ne passerez pas !",
    "version": "1.2",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "activeTab",
        "browsingData"
    ],
    "web_accessible_resources": [
        "img.png"
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "SadRemover.js"
            ]
        }
    ]
}