2ememain/2dehands enhancer

Enhance the 2ememain/2dehands website with useful options

Co to jest 2ememain/2dehands enhancer?

2ememain/2dehands enhancer to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Enhance the 2ememain/2dehands website with useful options”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia 2ememain/2dehands enhancer

Pobierz pliki rozszerzeń 2ememain/2dehands enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa 2ememain/2dehands enhancer 2ememain/2dehands enhancer
ID ecifmlcdgmaeehpcjcenmjkbmkafdjmf
Oficjalny URL https://chromewebstore.google.com/detail/2ememain2dehands-enhancer/ecifmlcdgmaeehpcjcenmjkbmkafdjmf
Opis Enhance the 2ememain/2dehands website with useful options
Rozmiar pliku 19.56 KB
Liczba instalacji 119
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2020-02-17
Data Publikacji 2020-02-17
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper Unknown
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/fvilers/2ememain-extension
Obsługiwane Języki 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"
    }
}