The Dump Trump Club

A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.

Co to jest The Dump Trump Club?

The Dump Trump Club to rozszerzenie Chrome opracowane przez Mack Flavelle, a jego główną funkcją jest „A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia The Dump Trump Club

Pobierz pliki rozszerzeń The Dump Trump Club 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

                        The Dump Trump Club is a chrome extension that removes all mention of Donald Trump from every web page you visit. Instead we replace his name with one of our preferred terms.

If you have to ask why - this probably isn't for you.

Got suggestions for what to call Trump? Hit twitter with your ideas and the #thedumptrumpclub hashtag. We'll find the best and take it from there.                    

Podstawowe informacje o rozszerzeniu

Nazwa The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
Oficjalny URL https://chrome.google.com/webstore/detail/the-dump-trump-club/hdhcogehbfepcjpdphcbpaaffebppljl
Opis A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.
Rozmiar pliku 3.54 KB
Liczba instalacji 32
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-02-25
Data Publikacji 2016-02-25
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper Mack Flavelle
Typ Płatności free
Strona Rozszerzenia http://thedumptrump.club
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Dump Trump Club",
    "version": "0.1",
    "manifest_version": 2,
    "description": "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}