Cloud-Things To Butt

Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.

Co to jest Cloud-Things To Butt?

Cloud-Things To Butt to rozszerzenie Chrome opracowane przez https://www.patik.com, a jego główną funkcją jest „Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cloud-Things To Butt

Pobierz pliki rozszerzeń Cloud-Things To Butt 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

                        Replaces the text "the cloud" with "my butt", and "internet of things" with "interwebs of butts".

Slight improvements to Cloud-to-butt Plus, found here: https://github.com/hank/cloud-to-butt

Source code: https://github.com/patik/cloud-things-to-butt                    

Podstawowe informacje o rozszerzeniu

Nazwa Cloud-Things To Butt Cloud-Things To Butt
ID ooaniklefhdgbcefegledhggifcbionf
Oficjalny URL https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf
Opis Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
Rozmiar pliku 3.96 KB
Liczba instalacji 23
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2014-02-15
Data Publikacji 2014-02-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.patik.com
Typ Płatności free
Strona Rozszerzenia http://patik.com/code/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud-Things To Butt",
    "version": "1.2.0",
    "description": "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.",
    "short_name": "Cloud-Things To Butt",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "cloud-things-to-butt.user.js"
            ],
            "run_at": "document_end"
        }
    ]
}