2ememain/2dehands enhancer

Enhance the 2ememain/2dehands website with useful options

Apa itu 2ememain/2dehands enhancer?

2ememain/2dehands enhancer adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Enhance the 2ememain/2dehands website with useful options".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 2ememain/2dehands enhancer

Unduh file ekstensi 2ememain/2dehands enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama 2ememain/2dehands enhancer 2ememain/2dehands enhancer
ID ecifmlcdgmaeehpcjcenmjkbmkafdjmf
URL Resmi https://chromewebstore.google.com/detail/2ememain2dehands-enhancer/ecifmlcdgmaeehpcjcenmjkbmkafdjmf
Deskripsi Enhance the 2ememain/2dehands website with useful options
Ukuran File 19.56 KB
Jumlah Instalasi 119
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2020-02-17
Tanggal Publikasi 2020-02-17
Penilaian 4.00/5 Total 2 Penilaian
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/fvilers/2ememain-extension
Bahasa yang Didukung 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"
    }
}