Cloud To Arse Plus

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

Vad är Cloud To Arse Plus?

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

Tilläggsskärmbilder

screenshot

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

Ladda ner Cloud To Arse 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

                        Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. This is a rework of the excellent "Cloud To Butt Plus" plugin but targeted at a British audience.                    

Grundläggande Information om Tillägg

Namn Cloud To Arse Plus Cloud To Arse Plus
ID kmgjkbbncmmflionbjlpnjbplacicdmp
Officiell webbadress https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp
Beskrivning Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
Filstorlek 27 KB
Antal Installationer 72
Aktuell Version 0.0.0.1
Senast Uppdaterad 2013-08-24
Publiceringsdatum 2013-08-23
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare veghead
Betalningssätt free
Tilläggswebbplats https://github.com/veghead/cloud-to-arse
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud To Arse Plus",
    "version": "0.0.0.1",
    "description": "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "cta-16.png",
        "128": "cta-128.png"
    }
}