Cloud To Arse Plus
Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
Cos'è Cloud To Arse Plus?
Cloud To Arse Plus è un'estensione di Chrome sviluppata da veghead, e la sua funzione principale è "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cloud To Arse Plus
Scarica i file di estensione Cloud To Arse Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Cloud To Arse Plus |
ID | kmgjkbbncmmflionbjlpnjbplacicdmp |
URL Ufficiale | https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp |
Descrizione | Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. |
Dimensione del File | 27 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2013-08-24 |
Data di Pubblicazione | 2013-08-23 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | veghead |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/veghead/cloud-to-arse |
Lingue Supportate | 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" } } |