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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |