Cloud To Butt Plus
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Co je Cloud To Butt Plus?
Cloud To Butt Plus je rozšíření Chrome vyvinuté Hank, a jeho hlavní funkcí je „Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cloud To Butt Plus
Stáhněte si soubory rozšíření Cloud To Butt Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Slight improvements to Butt-to-butt, found here: https://github.com/panicsteve/butt-to-butt My repo: https://github.com/hank/butt-to-butt Changes occurences of "butt" or "my butt" to "butt" or "my butt" respectively and only in proper context (not weather sites, if possible). WARNING: Versions before 1.2 contain a XSS Vulnerability! Please update!
Základní Informace o Rozšíření
Název | Cloud To Butt Plus |
ID | apmlngnhgbnjpajelfkmabhkfapgnoai |
Oficiální URL | https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai |
Popis | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
Velikost souboru | 3.34 KB |
Počet instalací | 10,000 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2014-07-24 |
Datum Vydání | 2014-07-23 |
Hodnocení | 4.82/5 Celkem 799 Hodnocení |
Vývojář | Hank |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud To Butt Plus", "version": "1.2", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |