JSTris Fix

Extensão para facilitar o uso do JSTris. Mudando sua estrutura e criando atalhos

Wat is JSTris Fix?

JSTris Fix is een Chrome-extensie ontwikkeld door Contato, en de belangrijkste functie is "Extensão para facilitar o uso do JSTris. Mudando sua estrutura e criando atalhos".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JSTris Fix

Download JSTris Fix-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

                        Extensão para facilitar o uso do JSTris.
Mudando sua estrutura e criando atalhos                    

Basisinformatie over de Extensie

Naam JSTris Fix JSTris Fix
ID abeingligaojeifeoojkcpdfbiginchn
Officiële URL https://chromewebstore.google.com/detail/jstris-fix/abeingligaojeifeoojkcpdfbiginchn
Beschrijving Extensão para facilitar o uso do JSTris. Mudando sua estrutura e criando atalhos
Bestandsgrootte 5.84 KB
Aantal Installaties 55
Huidige Versie 0.6
Laatst Bijgewerkt 2020-10-12
Publicatiedatum 2020-10-12
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Contato
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSTris Fix",
    "version": "0.6",
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.jstris.jezevec10.com\/*"
            ],
            "js": [
                "JSTRIS.user.js"
            ]
        }
    ]
}