Some Rich Asshole

Replaces the text 'Donald Trump' with 'Some Rich Asshole'.

Co to jest Some Rich Asshole?

Some Rich Asshole to rozszerzenie Chrome opracowane przez drew, a jego główną funkcją jest „Replaces the text 'Donald Trump' with 'Some Rich Asshole'.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Some Rich Asshole

Pobierz pliki rozszerzeń Some Rich Asshole 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

                        A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"                    

Podstawowe informacje o rozszerzeniu

Nazwa Some Rich Asshole Some Rich Asshole
ID hgcjjgnlnheojgpdiafpdnjjpbkedgfh
Oficjalny URL https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh
Opis Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
Rozmiar pliku 33.73 KB
Liczba instalacji 603
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-09-17
Data Publikacji 2015-09-17
Ocena 4.81/5 Łącznie 72 Oceny
Deweloper drew
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia http://somerichasshole.com
Adres URL Strony Pomocy http://somerichasshole.com
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Some Rich Asshole",
    "version": "1.2",
    "description": "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}