Betterboxd
Letterboxd.com Enhanced
ما هو Betterboxd؟
Betterboxd هو إضافة Chrome تم تطويرها بواسطة dcweinstein07، والميزة الرئيسية لها هي "Letterboxd.com Enhanced".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Betterboxd
قم بتنزيل ملفات الامتداد Betterboxd بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Betterboxd is an extension that adds a few features to Letterboxd.com. Betterboxd allows for highlighting of Movies you have marked as watched and movies in your watch list, so you do not need to scroll over the cover art to see this information. You are also able to have film titles appear permanently above film cover art.
معلومات أساسية عن التمديد
الاسم | |
ID | lipmfdcnhhdmfnbbmijakfcjnokdhoap |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/betterboxd/lipmfdcnhhdmfnbbmijakfcjnokdhoap |
الوصف | Letterboxd.com Enhanced |
حجم الملف | 1.35 MB |
عدد التثبيتات | 131 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-12-19 |
تاريخ النشر | 2016-12-19 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | dcweinstein07 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Betterboxd", "version": "1.1", "description": "Letterboxd.com Enhanced", "icons": { "19": "icon.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon.png", "default_title": "Betterboxd", "default_popup": "options.html" }, "permissions": [ "tabs", "declarativeContent", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/www.letterboxd.com\/*", "https:\/\/letterboxd.com\/*", "http:\/\/letterboxd.com\/*", "https:\/\/www.letterboxd.com\/*" ], "js": [ "jquery-1.11.3.min.js", "betterboxd.js" ] } ], "manifest_version": 2 } |