2ememain/2dehands enhancer

Enhance the 2ememain/2dehands website with useful options

Qu'est-ce que 2ememain/2dehands enhancer ?

2ememain/2dehands enhancer est une extension Chrome développée par Unknown, et sa fonction principale est "Enhance the 2ememain/2dehands website with useful options".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 2ememain/2dehands enhancer

Téléchargez les fichiers d'extension 2ememain/2dehands enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom 2ememain/2dehands enhancer 2ememain/2dehands enhancer
ID ecifmlcdgmaeehpcjcenmjkbmkafdjmf
URL Officiel https://chromewebstore.google.com/detail/2ememain2dehands-enhancer/ecifmlcdgmaeehpcjcenmjkbmkafdjmf
Description Enhance the 2ememain/2dehands website with useful options
Taille du Fichier 19.56 KB
Nombre d'Installations 119
Version Actuelle 0.2.0
Dernière Mise à Jour 2020-02-17
Date de Publication 2020-02-17
Évaluation 4.00/5 Total 2 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/fvilers/2ememain-extension
Langues Prises en Charge 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"
    }
}