Make America's Hands Tiny Again

Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.

Co to jest Make America's Hands Tiny Again?

Make America's Hands Tiny Again to rozszerzenie Chrome opracowane przez sinker, a jego główną funkcją jest „Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Make America's Hands Tiny Again

Pobierz pliki rozszerzeń Make America's Hands Tiny Again 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Make America's Hands Tiny Again Make America's Hands Tiny Again
ID ojgpbadmpceampflpngboopnbgbhofjf
Oficjalny URL https://chromewebstore.google.com/detail/make-americas-hands-tiny/ojgpbadmpceampflpngboopnbgbhofjf
Opis Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.
Rozmiar pliku 3.73 KB
Liczba instalacji 350
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2016-03-05
Data Publikacji 2016-03-05
Ocena 4.79/5 Łącznie 33 Oceny
Deweloper sinker
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": "Make America's Hands Tiny Again",
    "description": "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}