others to otters

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

Cos'è others to otters?

others to otters è un'estensione di Chrome sviluppata da RRM, e la sua funzione principale è "Replaces all instances of 'other' with 'otter'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione others to otters

Scarica i file di estensione others to otters in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
URL Ufficiale https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
Descrizione Replaces all instances of 'other' with 'otter'.
Dimensione del File 21.25 KB
Conteggio Installazioni 17
Versione Corrente 1.1
Ultimo Aggiornamento 2017-09-12
Data di Pubblicazione 2017-09-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore RRM
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}