others to otters

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

Co to jest others to otters?

others to otters to rozszerzenie Chrome opracowane przez RRM, a jego główną funkcją jest „Replaces all instances of 'other' with 'otter'.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia others to otters

Pobierz pliki rozszerzeń others to otters w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
Oficjalny URL https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
Opis Replaces all instances of 'other' with 'otter'.
Rozmiar pliku 21.25 KB
Liczba instalacji 17
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-09-12
Data Publikacji 2017-09-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper RRM
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}