TinyHands

So small

Co to jest TinyHands?

TinyHands to rozszerzenie Chrome opracowane przez dagda, a jego główną funkcją jest „So small”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TinyHands

Pobierz pliki rozszerzeń TinyHands 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

                        Replace references to Trump's inaugural crowds with the word "penis"

Eg, "President Donald Trump expressed anger at the media for understating the size of his penis."                    

Podstawowe informacje o rozszerzeniu

Nazwa TinyHands TinyHands
ID cbbefndphodbaohlledmaaofipjegafm
Oficjalny URL https://chrome.google.com/webstore/detail/tinyhands/cbbefndphodbaohlledmaaofipjegafm
Opis So small
Rozmiar pliku 5.11 KB
Liczba instalacji 16
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2017-01-26
Data Publikacji 2017-01-26
Deweloper dagda
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": "TinyHands",
    "description": "So small",
    "version": "0.1",
    "browser_action": {
        "default_icon": "smol.png",
        "default_title": "So small! Sad."
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}