RARBG thumbnails
Display thumbnails automaticly on RARBG
ما هو RARBG thumbnails؟
RARBG thumbnails هو إضافة Chrome تم تطويرها بواسطة Bitlab، والميزة الرئيسية لها هي "Display thumbnails automaticly on RARBG".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RARBG thumbnails
قم بتنزيل ملفات الامتداد RARBG thumbnails بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Display thumbnails automatically on RARBG, without having to hover on an item to display it. Source code: https://github.com/keyboardslayer/rarbg-thumbnails
معلومات أساسية عن التمديد
الاسم | |
ID | bajecalicogfgonhfimaeifdbdpmbgab |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/rarbg-thumbnails/bajecalicogfgonhfimaeifdbdpmbgab |
الوصف | Display thumbnails automaticly on RARBG |
حجم الملف | 7.83 KB |
عدد التثبيتات | 872 |
النسخة الحالية | 1.1.4 |
آخر تحديث | 2019-09-28 |
تاريخ النشر | 2019-09-28 |
تقييم | 3.63/5 مجموع تقييمات 16 |
المطور | Bitlab |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RARBG thumbnails", "short_name": "RARBG thumbs", "description": "Display thumbnails automaticly on RARBG", "version": "1.1.4", "content_scripts": [ { "matches": [ "*:\/\/rarbg.to\/top*", "*:\/\/rarbg.to\/torrents.php*", "*:\/\/rarbg.is\/top*", "*:\/\/rarbg.is\/torrents.php*", "*:\/\/rarbgproxy.org\/top*", "*:\/\/rarbgproxy.org\/torrents.php*", "*:\/\/rarbgmirror.com\/top*", "*:\/\/rarbgmirror.com\/torrents.php*", "*:\/\/rarbgunblocked.org\/top*", "*:\/\/rarbgunblocked.org\/torrents.php*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |