Cloud To Arse Plus
Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
Co je Cloud To Arse Plus?
Cloud To Arse Plus je rozšíření Chrome vyvinuté veghead, a jeho hlavní funkcí je „Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cloud To Arse Plus
Stáhněte si soubory rozšíření Cloud To Arse Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Cloud To Arse Plus |
ID | kmgjkbbncmmflionbjlpnjbplacicdmp |
Oficiální URL | https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp |
Popis | Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. |
Velikost souboru | 27 KB |
Počet instalací | 72 |
Aktuální Verze | 0.0.0.1 |
Poslední Aktualizace | 2013-08-24 |
Datum Vydání | 2013-08-23 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | veghead |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/veghead/cloud-to-arse |
Podporované Jazyky | 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" } } |