Letterboxd + The Pirate Bay links
Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com
ما هو Letterboxd + The Pirate Bay links؟
Letterboxd + The Pirate Bay links هو إضافة Chrome تم تطويرها بواسطة Andreas P، والميزة الرئيسية لها هي "Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Letterboxd + The Pirate Bay links
قم بتنزيل ملفات الامتداد Letterboxd + The Pirate Bay links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Creates links for searching The Pirate Bay for the currently selected film's title.
معلومات أساسية عن التمديد
الاسم | |
ID | mcpgmhfmelmnjlifeagccnhfdpmbmppl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/letterboxd-+-the-pirate-b/mcpgmhfmelmnjlifeagccnhfdpmbmppl |
الوصف | Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com |
حجم الملف | 276 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.0.0.4 |
آخر تحديث | 2012-10-07 |
تاريخ النشر | 2012-10-07 |
تقييم | 1.00/5 مجموع تقييمات 4 |
المطور | Andreas P |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Letterboxd + The Pirate Bay links", "version": "1.0.0.4", "manifest_version": 2, "description": "Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/letterboxd.com\/*" ], "js": [ "jquery.min.js", "script.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "tbp-icon.png" ] } |