others to otters

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

ما هو others to otters؟

others to otters هو إضافة Chrome تم تطويرها بواسطة RRM، والميزة الرئيسية لها هي "Replaces all instances of 'other' with 'otter'.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة others to otters

قم بتنزيل ملفات الامتداد others to otters بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
عنوان URL الرسمي https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
الوصف Replaces all instances of 'other' with 'otter'.
حجم الملف 21.25 KB
عدد التثبيتات 17
النسخة الحالية 1.1
آخر تحديث 2017-09-12
تاريخ النشر 2017-09-12
تقييم 5.00/5 مجموع تقييمات 1
المطور RRM
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}