Cloud To Arse Plus
Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
O que é Cloud To Arse Plus?
Cloud To Arse Plus é uma extensão do Chrome desenvolvida por veghead, e sua principal característica é "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cloud To Arse Plus
Baixe arquivos de extensão Cloud To Arse Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Cloud To Arse Plus |
ID | kmgjkbbncmmflionbjlpnjbplacicdmp |
URL Oficial | https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp |
Descrição | Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. |
Tamanho do Arquivo | 27 KB |
Contagem de Instalações | 72 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2013-08-24 |
Data de Publicação | 2013-08-23 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | veghead |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/veghead/cloud-to-arse |
Idiomas Suportados | 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" } } |