2ememain/2dehands enhancer

Enhance the 2ememain/2dehands website with useful options

Wat is 2ememain/2dehands enhancer?

2ememain/2dehands enhancer is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Enhance the 2ememain/2dehands website with useful options".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 2ememain/2dehands enhancer

Download 2ememain/2dehands enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam 2ememain/2dehands enhancer 2ememain/2dehands enhancer
ID ecifmlcdgmaeehpcjcenmjkbmkafdjmf
Officiële URL https://chromewebstore.google.com/detail/2ememain2dehands-enhancer/ecifmlcdgmaeehpcjcenmjkbmkafdjmf
Beschrijving Enhance the 2ememain/2dehands website with useful options
Bestandsgrootte 19.56 KB
Aantal Installaties 119
Huidige Versie 0.2.0
Laatst Bijgewerkt 2020-02-17
Publicatiedatum 2020-02-17
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/fvilers/2ememain-extension
Ondersteunde Talen 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"
    }
}