Mike Tython Tranthlator

Translates your webpage into Mike Tyson speak

Cos'è Mike Tython Tranthlator?

Mike Tython Tranthlator è un'estensione di Chrome sviluppata da theFeez, e la sua funzione principale è "Translates your webpage into Mike Tyson speak".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Mike Tython Tranthlator

Scarica i file di estensione Mike Tython Tranthlator 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

                        Translates your webpage into Mike Tyson speak                    

Informazioni di Base sull'Estensione

Nome Mike Tython Tranthlator Mike Tython Tranthlator
ID ifcpjjbmphnmmhlopihbklkmihlgofpp
URL Ufficiale https://chromewebstore.google.com/detail/mike-tython-tranthlator/ifcpjjbmphnmmhlopihbklkmihlgofpp
Descrizione Translates your webpage into Mike Tyson speak
Dimensione del File 13.51 KB
Conteggio Installazioni 125
Versione Corrente 0.1
Ultimo Aggiornamento 2016-01-24
Data di Pubblicazione 2016-01-23
Valutazione 3.83/5 Totale 6 Valutazioni
Sviluppatore theFeez
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mike Tython Tranthlator",
    "description": "Translates your webpage into Mike Tyson speak",
    "version": "0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}