Cloud To Butt Plus

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

Was ist Cloud To Butt Plus?

Cloud To Butt Plus ist eine Chrome-Erweiterung, die von Hank entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".

Erweiterungsscreenshots

screenshot

Cloud To Butt Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cloud To Butt Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Cloud To Butt Plus Cloud To Butt Plus
ID apmlngnhgbnjpajelfkmabhkfapgnoai
Offizielle URL https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai
Beschreibung Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Dateigröße 3.34 KB
Installationsanzahl 10,000
Aktuelle Version 1.2
Letztes Update 2014-07-24
Veröffentlichungsdatum 2014-07-23
Bewertung 4.82/5 Insgesamt 799 Bewertungen
Entwickler Hank
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}