Cloud To Butt Plus

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

Vad är Cloud To Butt Plus?

Cloud To Butt Plus är en Chrome-tillägg utvecklad av Hank, och dess huvudfunktion är "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".

Tilläggsskärmbilder

screenshot

Ladda ner Cloud To Butt Plus-förlängningens CRX-fil

Ladda ner Cloud To Butt Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Cloud To Butt Plus Cloud To Butt Plus
ID apmlngnhgbnjpajelfkmabhkfapgnoai
Officiell webbadress https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai
Beskrivning Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Filstorlek 3.34 KB
Antal Installationer 10,000
Aktuell Version 1.2
Senast Uppdaterad 2014-07-24
Publiceringsdatum 2014-07-23
Betyg 4.82/5 Totalt 799 Betyg
Utvecklare Hank
Betalningssätt free
Stödda Språk 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"
        }
    ]
}