Cloud to Butt Redux
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Hvad er Cloud to Butt Redux?
Cloud to Butt Redux er en Chrome-udvidelse udviklet af Techjar, og dens hovedfunktion er "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".
Udvidelsesskærmbilleder
Download Cloud to Butt Redux-udvidelses-CRX-fil
Download Cloud to Butt Redux-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
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mghonbmkhoeammefiikcjdjaikniefnk |
Officiel URL | https://chrome.google.com/webstore/detail/cloud-to-butt-redux/mghonbmkhoeammefiikcjdjaikniefnk |
Beskrivelse | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
Filstørrelse | 40.75 KB |
Antal Installationer | 160 |
Nuværende Version | 1.3.5 |
Senest Opdateret | 2018-01-08 |
Udgivelsesdato | 2018-01-08 |
Bedømmelse | 4.14/5 Samlet 7 Bedømmelser |
Udvikler | Techjar |
Betalingsmetode | free |
Understøttede Sprog | 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 } ] } |