others to otters

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

What is others to otters?

others to otters is a Chrome extension developed by RRM, and its main feature is "Replaces all instances of 'other' with 'otter'.".

Extension Screenshots

screenshot

Download others to otters Extension CRX File

Download others to otters extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
Official URL https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
Description Replaces all instances of 'other' with 'otter'.
File Size 21.25 KB
Installation Count 17
Current Version 1.1
Last Updated 2017-09-12
Publish Date 2017-09-12
Rating 5.00/5 Total 1 Ratings
Developer RRM
Payment Type free
Supported Languages 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"
        }
    ]
}