Mike Tython Tranthlator

Translates your webpage into Mike Tyson speak

Qu'est-ce que Mike Tython Tranthlator ?

Mike Tython Tranthlator est une extension Chrome développée par theFeez, et sa fonction principale est "Translates your webpage into Mike Tyson speak".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Mike Tython Tranthlator

Téléchargez les fichiers d'extension Mike Tython Tranthlator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Translates your webpage into Mike Tyson speak                    

Informations de Base sur l'Extension

Nom Mike Tython Tranthlator Mike Tython Tranthlator
ID ifcpjjbmphnmmhlopihbklkmihlgofpp
URL Officiel https://chromewebstore.google.com/detail/mike-tython-tranthlator/ifcpjjbmphnmmhlopihbklkmihlgofpp
Description Translates your webpage into Mike Tyson speak
Taille du Fichier 13.51 KB
Nombre d'Installations 125
Version Actuelle 0.1
Dernière Mise à Jour 2016-01-24
Date de Publication 2016-01-23
Évaluation 3.83/5 Total 6 Évaluations
Développeur theFeez
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}