Cloud To Butt Plus

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

Co to jest Cloud To Butt Plus?

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

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cloud To Butt Plus

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

                        Slight improvements to Butt-to-butt, found here:
https://github.com/panicsteve/butt-to-butt

My repo: https://github.com/hank/butt-to-butt

Changes occurences of "butt" or "my butt" to "butt" or "my butt" respectively and only in proper context (not weather sites, if possible).

WARNING: Versions before 1.2 contain a XSS Vulnerability!  Please update!                    

Podstawowe informacje o rozszerzeniu

Nazwa Cloud To Butt Plus Cloud To Butt Plus
ID apmlngnhgbnjpajelfkmabhkfapgnoai
Oficjalny URL https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai
Opis Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Rozmiar pliku 3.34 KB
Liczba instalacji 10,000
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2014-07-24
Data Publikacji 2014-07-23
Ocena 4.82/5 Łącznie 799 Oceny
Deweloper Hank
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": "Cloud To Butt Plus",
    "version": "1.2",
    "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}