Trump-To-Babbling-Idiot

Replaces any mention of our president with 'Babbling Idiot'.

Co to jest Trump-To-Babbling-Idiot?

Trump-To-Babbling-Idiot to rozszerzenie Chrome opracowane przez Ryan Ristine, a jego główną funkcją jest „Replaces any mention of our president with 'Babbling Idiot'.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Trump-To-Babbling-Idiot

Pobierz pliki rozszerzeń Trump-To-Babbling-Idiot 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 replaces any mention of Donald Trump and replaces it with "Babbling Idiot"

THIS IS HEAVILY HEAVILY HEAVILY based on "Cloud-to-Butt" 

please support the developer of Cloud-to-butt https://github.com/panicsteve/cloud-to-butt                    

Podstawowe informacje o rozszerzeniu

Nazwa Trump-To-Babbling-Idiot Trump-To-Babbling-Idiot
ID hheclhiapblfldlcbfpcpocidogaplcn
Oficjalny URL https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn
Opis Replaces any mention of our president with 'Babbling Idiot'.
Rozmiar pliku 780 KB
Liczba instalacji 48
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2017-01-21
Data Publikacji 2017-01-21
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper Ryan Ristine
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.ryanristine.com
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "48": "\/Images\/logo.png"
    },
    "description": "Replaces any mention of our president with 'Babbling Idiot'.",
    "name": "Trump-To-Babbling-Idiot",
    "version": "1.1.2"
}