MyTors
This extension is essential in order to use the MyTors.com website. It also provides you a quick search tool.
Τι είναι το MyTors;
Το MyTors είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mytors.com, και η κύρια λειτουργία του είναι "This extension is essential in order to use the MyTors.com website. It also provides you a quick search tool.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MyTors
Λήψη αρχείων επέκτασης MyTors σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
MyTors is an extension that provides a search and download services for MyTors.com.
This is an essential extension in order to use MyTors.com.
It provides a helper tools for the MyTors services which runs in the background.
The background process is triggered only when MyTors.com site is loaded, which saves a lot of CPU resources.
It's also provides a convenient search engine for the MyTors.com service.
This extension DOES NOT saves, forwards or changes any data, it's just a helper tool that helps the MyTors.com service to complete his job neither more nor less. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | comfpondpnoihcdomofgcpnmfggmiaoj |
| Επίσημο URL | https://chromewebstore.google.com/detail/mytors/comfpondpnoihcdomofgcpnmfggmiaoj |
| Περιγραφή | This extension is essential in order to use the MyTors.com website. It also provides you a quick search tool. |
| Μέγεθος Αρχείου | 781 KB |
| Αριθμός Εγκαταστάσεων | 19 |
| Τρέχουσα Έκδοση | 1.1.3 |
| Τελευταία Ενημέρωση | 2015-02-14 |
| Ημερομηνία Δημοσίευσης | 2015-02-14 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | https://mytors.com |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MyTors",
"description": "This extension is essential in order to use the MyTors.com website. It also provides you a quick search tool.",
"version": "1.1.3",
"icons": {
"16": "img\/icon.iconset\/[email protected]",
"48": "img\/icon.iconset\/[email protected]",
"128": "img\/icon.iconset\/[email protected]",
"512": "img\/icon.iconset\/[email protected]"
},
"background": {
"presistent": false,
"scripts": [
"js\/bg.js"
]
},
"permissions": [
"*:\/\/*.torrentz.eu\/",
"*:\/\/*.torrentz.me\/",
"*:\/\/*.torrentz.ch\/",
"*:\/\/*.torrentz.in\/",
"*:\/\/*.bestdownload.eu\/"
],
"browser_action": {
"default_icon": "img\/icon.iconset\/[email protected]",
"default_title": "Search and download torrents using MyTors.com",
"default_popup": "html\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.mytors.com\/*"
],
"js": [
"js\/lib\/jquery.min.js",
"js\/config.js",
"js\/api.js"
],
"run_at": "document_start"
}
]
} | |