others to otters

Replaces all instances of 'other' with 'otter'.

Co je others to otters?

others to otters je rozšíření Chrome vyvinuté RRM, a jeho hlavní funkcí je „Replaces all instances of 'other' with 'otter'.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření others to otters

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

                        This extension replaces all instances of the word "other" with the word "otter", to make you smile when you least expect it.                    

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

Název others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
Oficiální URL https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
Popis Replaces all instances of 'other' with 'otter'.
Velikost souboru 21.25 KB
Počet instalací 17
Aktuální Verze 1.1
Poslední Aktualizace 2017-09-12
Datum Vydání 2017-09-12
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář RRM
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "others to otters",
    "short_name": "otters",
    "description": "Replaces all instances of 'other' with 'otter'.",
    "author": "RRM",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}