Torrent Movie Trailers FAST
This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
Apa itu Torrent Movie Trailers FAST?
Torrent Movie Trailers FAST adalah ekstensi Chrome yang dikembangkan oleh guilhermereisrbm, dan fitur utamanya adalah "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Torrent Movie Trailers FAST
Unduh file ekstensi Torrent Movie Trailers FAST 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
Click the icon (magnifying glass) that will appear on the top-right corner of your browser to begin.
Informasi Dasar Ekstensi
Nama | |
ID | hbjbmikhhcdbjlokfaongblngonjengb |
URL Resmi | https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb |
Deskripsi | This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name. |
Ukuran File | 328 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-02-15 |
Tanggal Publikasi | 2014-02-15 |
Penilaian | 3.33/5 Total 3 Penilaian |
Pengembang | guilhermereisrbm |
Tipe Pembayaran | in_app |
Bahasa yang Didukung | 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" } } |