Cloud To Butt Plus

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

Cos'è Cloud To Butt Plus?

Cloud To Butt Plus è un'estensione di Chrome sviluppata da Hank, e la sua funzione principale è "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cloud To Butt Plus

Scarica i file di estensione Cloud To Butt Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Cloud To Butt Plus Cloud To Butt Plus
ID apmlngnhgbnjpajelfkmabhkfapgnoai
URL Ufficiale https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai
Descrizione Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Dimensione del File 3.34 KB
Conteggio Installazioni 10,000
Versione Corrente 1.2
Ultimo Aggiornamento 2014-07-24
Data di Pubblicazione 2014-07-23
Valutazione 4.82/5 Totale 799 Valutazioni
Sviluppatore Hank
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}