Tia Chop
Unlock premium Download from many file hosting sites.
Co to jest Tia Chop?
Tia Chop to rozszerzenie Chrome opracowane przez http://tiachop.net, a jego główną funkcją jest „Unlock premium Download from many file hosting sites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tia Chop
Pobierz pliki rozszerzeń Tia Chop w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dljajolkmnbnkbbjhemkpljlmhlkchio |
| Oficjalny URL | https://chrome.google.com/webstore/detail/tia-chop/dljajolkmnbnkbbjhemkpljlmhlkchio |
| Opis | Unlock premium Download from many file hosting sites. |
| Rozmiar pliku | 17.33 KB |
| Liczba instalacji | 84 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2016-04-23 |
| Data Publikacji | 2016-04-23 |
| Ocena | 2.50/5 Łącznie 8 Oceny |
| Deweloper | http://tiachop.net |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |