others to otters

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

Was ist others to otters?

others to otters ist eine Chrome-Erweiterung, die von RRM entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all instances of 'other' with 'otter'.".

Erweiterungsscreenshots

screenshot

others to otters-Erweiterungs-CRX-Datei herunterladen

Laden Sie others to otters-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
Offizielle URL https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
Beschreibung Replaces all instances of 'other' with 'otter'.
Dateigröße 21.25 KB
Installationsanzahl 17
Aktuelle Version 1.1
Letztes Update 2017-09-12
Veröffentlichungsdatum 2017-09-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler RRM
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}