others to otters

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

others to otters क्या है?

others to otters RRM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces all instances of 'other' with 'otter'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में others to otters एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}