Mike Tython Tranthlator

Translates your webpage into Mike Tyson speak

Co to jest Mike Tython Tranthlator?

Mike Tython Tranthlator to rozszerzenie Chrome opracowane przez theFeez, a jego główną funkcją jest „Translates your webpage into Mike Tyson speak”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Mike Tython Tranthlator

Pobierz pliki rozszerzeń Mike Tython Tranthlator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Translates your webpage into Mike Tyson speak                    

Podstawowe informacje o rozszerzeniu

Nazwa Mike Tython Tranthlator Mike Tython Tranthlator
ID ifcpjjbmphnmmhlopihbklkmihlgofpp
Oficjalny URL https://chromewebstore.google.com/detail/mike-tython-tranthlator/ifcpjjbmphnmmhlopihbklkmihlgofpp
Opis Translates your webpage into Mike Tyson speak
Rozmiar pliku 13.51 KB
Liczba instalacji 125
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-01-24
Data Publikacji 2016-01-23
Ocena 3.83/5 Łącznie 6 Oceny
Deweloper theFeez
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}