Kipcsakify

Translates to kipcsak dialect

Wat is Kipcsakify?

Kipcsakify is een Chrome-extensie ontwikkeld door Kipcsak Norris, en de belangrijkste functie is "Translates to kipcsak dialect".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Kipcsakify

Download Kipcsakify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Translates to kipcsak. This plugin helps to translate some popular Hungarian news sites, to a special Hungarian dialekt.                    

Basisinformatie over de Extensie

Naam Kipcsakify Kipcsakify
ID feoohnjnbdanikbhpolpknknckhobpje
Officiële URL https://chromewebstore.google.com/detail/kipcsakify/feoohnjnbdanikbhpolpknknckhobpje
Beschrijving Translates to kipcsak dialect
Bestandsgrootte 7.25 KB
Aantal Installaties 60
Huidige Versie 1.2
Laatst Bijgewerkt 2019-12-17
Publicatiedatum 2019-12-16
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Kipcsak Norris
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.kipcsak.xyz/
Ondersteunde Talen hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kipcsakify",
    "version": "1.2",
    "description": "Translates to kipcsak dialect",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.index.hu\/*",
                "https:\/\/*.444.hu\/*"
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}