Your Drunk Uncle at Thanksgiving

Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.

Co to jest Your Drunk Uncle at Thanksgiving?

Your Drunk Uncle at Thanksgiving to rozszerzenie Chrome opracowane przez tim.bornholdt, a jego główną funkcją jest „Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Your Drunk Uncle at Thanksgiving

Pobierz pliki rozszerzeń Your Drunk Uncle at Thanksgiving 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

                        Quite simply, this extension will substitute "Donald Trump" (or "Donald J. Trump") with "your drunk uncle at Thanksgiving" on any webpage you visit.                    

Podstawowe informacje o rozszerzeniu

Nazwa Your Drunk Uncle at Thanksgiving Your Drunk Uncle at Thanksgiving
ID gojllilppggaoimmobeddlhafeijfigh
Oficjalny URL https://chrome.google.com/webstore/detail/your-drunk-uncle-at-thank/gojllilppggaoimmobeddlhafeijfigh
Opis Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.
Rozmiar pliku 8.34 KB
Liczba instalacji 395
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2015-10-29
Data Publikacji 2015-10-29
Ocena 4.60/5 Łącznie 50 Oceny
Deweloper tim.bornholdt
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Your Drunk Uncle at Thanksgiving",
    "description": "Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}