Trump to Drumpf
Replaces occurrences of 'Trump' with 'Drumpf' in your browser.
Co to jest Trump to Drumpf?
Trump to Drumpf to rozszerzenie Chrome opracowane przez kevinlizarazo.com, a jego główną funkcją jest „Replaces occurrences of 'Trump' with 'Drumpf' in your browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trump to Drumpf
Pobierz pliki rozszerzeń Trump to 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
                        Self-explanatory. Please enjoy. Make Donald Drumpf Again.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ipokicffalmoaepoghfejaheodcighcp | 
| Oficjalny URL | https://chromewebstore.google.com/detail/trump-to-drumpf/ipokicffalmoaepoghfejaheodcighcp | 
| Opis | Replaces occurrences of 'Trump' with 'Drumpf' in your browser. | 
| Rozmiar pliku | 3.4 KB | 
| Liczba instalacji | 64 | 
| Aktualna Wersja | 1.0.1 | 
| Ostatnia Aktualizacja | 2016-11-14 | 
| Data Publikacji | 2016-11-14 | 
| Ocena | 3.00/5 Łącznie 2 Oceny | 
| Deweloper | kevinlizarazo.com | 
| 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": "Trump to Drumpf",
    "version": "1.0.1",
    "description": "Replaces occurrences of 'Trump' with 'Drumpf' in your browser.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |