Tia Chop

Unlock premium Download from many file hosting sites.

Wat is Tia Chop?

Tia Chop is een Chrome-extensie ontwikkeld door http://tiachop.net, en de belangrijkste functie is "Unlock premium Download from many file hosting sites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tia Chop

Download Tia Chop-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

                        Chrome Extension help you download faster on many file storage hosting services.
Supported hosting:
  + Rapidgator.net
  + Uploaded.net
  + fshare.vn
  + 4share.vn
.. and still increasing.                    

Basisinformatie over de Extensie

Naam Tia Chop Tia Chop
ID dljajolkmnbnkbbjhemkpljlmhlkchio
Officiële URL https://chrome.google.com/webstore/detail/tia-chop/dljajolkmnbnkbbjhemkpljlmhlkchio
Beschrijving Unlock premium Download from many file hosting sites.
Bestandsgrootte 17.33 KB
Aantal Installaties 84
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-04-23
Publicatiedatum 2016-04-23
Beoordeling 2.50/5 Totaal 8 Beoordelingen
Ontwikkelaar http://tiachop.net
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "name": "Tia Chop",
    "description": "Unlock premium Download from many file hosting sites.",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "indicator.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "icon-default-scale2.png",
        "128": "icon-default-scale2.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon-default.png",
            "38": "icon-default-scale2.png"
        },
        "default_title": "Tia Chop"
    },
    "permissions": [
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "content.html",
        "options.js",
        "style.css",
        "request.min.js"
    ]
}