Cloud To Butt Plus

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

Wat is Cloud To Butt Plus?

Cloud To Butt Plus is een Chrome-extensie ontwikkeld door Hank, en de belangrijkste functie is "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cloud To Butt Plus

Download Cloud To Butt Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Cloud To Butt Plus Cloud To Butt Plus
ID apmlngnhgbnjpajelfkmabhkfapgnoai
Officiële URL https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai
Beschrijving Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Bestandsgrootte 3.34 KB
Aantal Installaties 10,000
Huidige Versie 1.2
Laatst Bijgewerkt 2014-07-24
Publicatiedatum 2014-07-23
Beoordeling 4.82/5 Totaal 799 Beoordelingen
Ontwikkelaar Hank
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}