Cloud To Arse Plus

Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.

Co to jest Cloud To Arse Plus?

Cloud To Arse Plus to rozszerzenie Chrome opracowane przez veghead, a jego główną funkcją jest „Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cloud To Arse Plus

Pobierz pliki rozszerzeń Cloud To Arse Plus 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 arse', as well as 'cloud' with 'arse' in certain contexts. This is a rework of the excellent "Cloud To Butt Plus" plugin but targeted at a British audience.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cloud To Arse Plus Cloud To Arse Plus
ID kmgjkbbncmmflionbjlpnjbplacicdmp
Oficjalny URL https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp
Opis Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
Rozmiar pliku 27 KB
Liczba instalacji 72
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2013-08-24
Data Publikacji 2013-08-23
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper veghead
Typ Płatności free
Strona Rozszerzenia https://github.com/veghead/cloud-to-arse
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud To Arse Plus",
    "version": "0.0.0.1",
    "description": "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "cta-16.png",
        "128": "cta-128.png"
    }
}