2ememain/2dehands enhancer

Enhance the 2ememain/2dehands website with useful options

Vad är 2ememain/2dehands enhancer?

2ememain/2dehands enhancer är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Enhance the 2ememain/2dehands website with useful options".

Tilläggsskärmbilder

screenshot

Ladda ner 2ememain/2dehands enhancer-förlängningens CRX-fil

Ladda ner 2ememain/2dehands enhancer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn 2ememain/2dehands enhancer 2ememain/2dehands enhancer
ID ecifmlcdgmaeehpcjcenmjkbmkafdjmf
Officiell webbadress https://chromewebstore.google.com/detail/2ememain2dehands-enhancer/ecifmlcdgmaeehpcjcenmjkbmkafdjmf
Beskrivning Enhance the 2ememain/2dehands website with useful options
Filstorlek 19.56 KB
Antal Installationer 119
Aktuell Version 0.2.0
Senast Uppdaterad 2020-02-17
Publiceringsdatum 2020-02-17
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare Unknown
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/fvilers/2ememain-extension
Stödda Språk 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"
    }
}