Cloud to Butt Redux
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Cos'è Cloud to Butt Redux?
Cloud to Butt Redux è un'estensione di Chrome sviluppata da Techjar, e la sua funzione principale è "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cloud to Butt Redux
Scarica i file di estensione Cloud to Butt Redux 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
Improvements to a previous version of this extension, namely it will no longer replace textarea contents. Old version here: https://github.com/hank/cloud-to-butt My version: https://github.com/Techjar/cloud-to-butt
Informazioni di Base sull'Estensione
Nome | |
ID | mghonbmkhoeammefiikcjdjaikniefnk |
URL Ufficiale | https://chrome.google.com/webstore/detail/cloud-to-butt-redux/mghonbmkhoeammefiikcjdjaikniefnk |
Descrizione | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
Dimensione del File | 40.75 KB |
Conteggio Installazioni | 160 |
Versione Corrente | 1.3.5 |
Ultimo Aggiornamento | 2018-01-08 |
Data di Pubblicazione | 2018-01-08 |
Valutazione | 4.14/5 Totale 7 Valutazioni |
Sviluppatore | Techjar |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud to Butt Redux", "version": "1.3.5", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/titlecapitalization.com\/*", "*:\/\/hangouts.google.com\/*", "*:\/\/docs.google.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/discordapp.com\/*" ], "js": [ "content_script.js" ], "all_frames": true } ] } |