Drumpf

Replaces the Trump name with the original name within the current content.

Co to jest Drumpf?

Drumpf to rozszerzenie Chrome opracowane przez alexako, a jego główną funkcją jest „Replaces the Trump name with the original name within the current content.”.

Pobierz plik CRX rozszerzenia Drumpf

Pobierz pliki rozszerzeń Drumpf 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Drumpf Drumpf
ID jhkcgkbkmifjbicjkbdojclapdecckab
Oficjalny URL https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab
Opis Replaces the Trump name with the original name within the current content.
Rozmiar pliku 36.99 KB
Liczba instalacji 10
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-03-06
Data Publikacji 2016-03-06
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper alexako
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Replaces the Trump name with the original name within the current content.",
    "version": "1.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}