others to otters

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

Apa itu others to otters?

others to otters adalah ekstensi Chrome yang dikembangkan oleh RRM, dan fitur utamanya adalah "Replaces all instances of 'other' with 'otter'.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi others to otters

Unduh file ekstensi others to otters dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
URL Resmi https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
Deskripsi Replaces all instances of 'other' with 'otter'.
Ukuran File 21.25 KB
Jumlah Instalasi 17
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-09-12
Tanggal Publikasi 2017-09-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang RRM
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}