TorrentLeech IMDb-ify
Allows TL users to see at a glance what the selected movie/tv series is about.
ما هو TorrentLeech IMDb-ify؟
TorrentLeech IMDb-ify هو إضافة Chrome تم تطويرها بواسطة jdw، والميزة الرئيسية لها هي "Allows TL users to see at a glance what the selected movie/tv series is about.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TorrentLeech IMDb-ify
قم بتنزيل ملفات الامتداد TorrentLeech IMDb-ify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Dynamically creates a pane visualizing key information of the selected item. معلومات أساسية عن التمديد
| الاسم | |
| ID | njebdiiinbcomfljbdllgekmlglnmoie |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/torrentleech-imdb-ify/njebdiiinbcomfljbdllgekmlglnmoie |
| الوصف | Allows TL users to see at a glance what the selected movie/tv series is about. |
| حجم الملف | 58.03 KB |
| عدد التثبيتات | 40 |
| النسخة الحالية | 1.3.8 |
| آخر تحديث | 2016-04-20 |
| تاريخ النشر | 2016-04-20 |
| تقييم | 4.50/5 مجموع تقييمات 2 |
| المطور | jdw |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TorrentLeech IMDb-ify",
"version": "1.3.8",
"description": "Allows TL users to see at a glance what the selected movie\/tv series is about.",
"icons": {
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/torrentleech.org\/torrents\/browse\/*",
"http:\/\/www.torrentleech.org\/torrents\/browse\/*",
"https:\/\/torrentleech.org\/torrents\/browse\/*",
"https:\/\/www.torrentleech.org\/torrents\/browse\/*"
],
"css": [
"jquery.qtip.min.css",
"style.css"
],
"js": [
"jquery.js",
"jquery.qtip.min.js",
"script.js"
]
}
],
"web_accessible_resources": [
"jquery.qtip.min.js.map",
"loading.gif"
]
} | |