Cloud To Arse Plus
Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
Hvad er Cloud To Arse Plus?
Cloud To Arse Plus er en Chrome-udvidelse udviklet af veghead, og dens hovedfunktion er "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.".
Udvidelsesskærmbilleder
Download Cloud To Arse Plus-udvidelses-CRX-fil
Download Cloud To Arse Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Cloud To Arse Plus |
ID | kmgjkbbncmmflionbjlpnjbplacicdmp |
Officiel URL | https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp |
Beskrivelse | Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. |
Filstørrelse | 27 KB |
Antal Installationer | 72 |
Nuværende Version | 0.0.0.1 |
Senest Opdateret | 2013-08-24 |
Udgivelsesdato | 2013-08-23 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | veghead |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/veghead/cloud-to-arse |
Understøttede Sprog | 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" } } |