TagPro Toolkit

Adds useful features to the webgame TagPro.

Apa itu TagPro Toolkit?

TagPro Toolkit adalah ekstensi Chrome yang dikembangkan oleh CommonSense, dan fitur utamanya adalah "Adds useful features to the webgame TagPro.".

Unduh Berkas CRX Ekstensi TagPro Toolkit

Unduh file ekstensi TagPro Toolkit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Same as the one before...                    

Informasi Dasar Ekstensi

Nama TagPro Toolkit TagPro Toolkit
ID oahblioddohomidpkjmhmffcgppadcha
URL Resmi https://chrome.google.com/webstore/detail/tagpro-toolkit/oahblioddohomidpkjmhmffcgppadcha
Deskripsi Adds useful features to the webgame TagPro.
Ukuran File 37.67 KB
Jumlah Instalasi 30
Versi Saat Ini 0.3.1
Terakhir Diperbarui 2015-03-03
Tanggal Publikasi 2015-03-01
Penilaian 4.50/5 Total 2 Penilaian
Pengembang CommonSense
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "toolbox.css"
            ],
            "js": [
                "main.js"
            ],
            "matches": [
                "http:\/\/*.koalabeast.com\/*",
                "http:\/\/tangent.jukejuice.com\/*",
                "http:\/\/maptest.newcompte.fr\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Adds useful features to the webgame TagPro.",
    "icons": {
        "128": "img\/logo128.png",
        "16": "img\/logo16.png",
        "48": "img\/logo48.png"
    },
    "manifest_version": 2,
    "name": "TagPro Toolkit",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.1",
    "web_accessible_resources": [
        "js\/profile.js",
        "js\/boards.js",
        "jquery.js",
        "options.html",
        "img\/logo32.png",
        "js\/profile-stats.js",
        "js\/user-tags.js",
        "js\/draw-tags.js",
        "js\/profile-tags.js",
        "img\/spin_outline.png",
        "js\/macros.js"
    ]
}