Torrent Movie Trailers FAST
This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
Τι είναι το Torrent Movie Trailers FAST;
Το Torrent Movie Trailers FAST είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον guilhermereisrbm, και η κύρια λειτουργία του είναι "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Torrent Movie Trailers FAST
Λήψη αρχείων επέκτασης Torrent Movie Trailers FAST σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Click the icon (magnifying glass) that will appear on the top-right corner of your browser to begin.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hbjbmikhhcdbjlokfaongblngonjengb |
Επίσημο URL | https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb |
Περιγραφή | This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name. |
Μέγεθος Αρχείου | 328 KB |
Αριθμός Εγκαταστάσεων | 29 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2014-02-15 |
Ημερομηνία Δημοσίευσης | 2014-02-15 |
Αξιολόγηση | 3.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | guilhermereisrbm |
Τύπος Πληρωμής | in_app |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Torrent Movie Trailers FAST", "description": "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.", "version": "1.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.0.0.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "search.png", "48": "search.png", "128": "search.png" }, "browser_action": { "default_icon": "search.png", "default_popup": "popup.html" } } |