Cloud to Butt Redux

Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.

Co je Cloud to Butt Redux?

Cloud to Butt Redux je rozšíření Chrome vyvinuté Techjar, 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í

screenshot

Stáhnout soubor CRX rozšíření Cloud to Butt Redux

Stáhněte si soubory rozšíření Cloud to Butt Redux 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í

                        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                    

Základní Informace o Rozšíření

Název Cloud to Butt Redux Cloud to Butt Redux
ID mghonbmkhoeammefiikcjdjaikniefnk
Oficiální URL https://chrome.google.com/webstore/detail/cloud-to-butt-redux/mghonbmkhoeammefiikcjdjaikniefnk
Popis Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Velikost souboru 40.75 KB
Počet instalací 160
Aktuální Verze 1.3.5
Poslední Aktualizace 2018-01-08
Datum Vydání 2018-01-08
Hodnocení 4.14/5 Celkem 7 Hodnocení
Vývojář Techjar
Typ Platby free
Podporované Jazyky 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
        }
    ]
}