2ememain/2dehands enhancer

Enhance the 2ememain/2dehands website with useful options

What is 2ememain/2dehands enhancer?

2ememain/2dehands enhancer is a Chrome extension developed by Unknown, and its main feature is "Enhance the 2ememain/2dehands website with useful options".

Extension Screenshots

screenshot

Download 2ememain/2dehands enhancer Extension CRX File

Download 2ememain/2dehands 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

                        This extension allow it's user to show or hide embedded ads on the home page, the search results, and on an item's page.                    

Extension Basic Information

Name 2ememain/2dehands enhancer 2ememain/2dehands enhancer
ID ecifmlcdgmaeehpcjcenmjkbmkafdjmf
Official URL https://chromewebstore.google.com/detail/2ememain2dehands-enhancer/ecifmlcdgmaeehpcjcenmjkbmkafdjmf
Description Enhance the 2ememain/2dehands website with useful options
File Size 19.56 KB
Installation Count 119
Current Version 0.2.0
Last Updated 2020-02-17
Publish Date 2020-02-17
Rating 4.00/5 Total 2 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Extension Website https://github.com/fvilers/2ememain-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2ememain\/2dehands enhancer",
    "version": "0.2.0",
    "description": "Enhance the 2ememain\/2dehands website with useful options",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.2ememain.be\/*",
                "https:\/\/www.2dehands.be\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}