JSTris Fix

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

What is JSTris Fix?

JSTris Fix is a Chrome extension developed by Contato, and its main feature is "Extensão para facilitar o uso do JSTris. Mudando sua estrutura e criando atalhos".

Extension Screenshots

screenshot

Download JSTris Fix Extension CRX File

Download JSTris Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name JSTris Fix JSTris Fix
ID abeingligaojeifeoojkcpdfbiginchn
Official URL https://chromewebstore.google.com/detail/jstris-fix/abeingligaojeifeoojkcpdfbiginchn
Description Extensão para facilitar o uso do JSTris. Mudando sua estrutura e criando atalhos
File Size 5.84 KB
Installation Count 55
Current Version 0.6
Last Updated 2020-10-12
Publish Date 2020-10-12
Rating 3.00/5 Total 2 Ratings
Developer Contato
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}