Truffle New Tab | Content Dashboard
See what your favorite Twitch and Youtube streamers are up to!
ما هو Truffle New Tab | Content Dashboard؟
Truffle New Tab | Content Dashboard هو إضافة Chrome تم تطويرها بواسطة https://truffle.vip، والميزة الرئيسية لها هي "See what your favorite Twitch and Youtube streamers are up to!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Truffle New Tab | Content Dashboard
قم بتنزيل ملفات الامتداد Truffle New Tab | Content Dashboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily view which of your favorite streamers are currently live! You can then pin your favorite creators to easily go to their channel. NOTE: The Truffle extension is required for this extension to work.
معلومات أساسية عن التمديد
الاسم | Truffle New Tab | Content Dashboard |
ID | pmnmpgjfacmjcnfigcmgfipemjpggmeg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/truffle-new-tab-content-d/pmnmpgjfacmjcnfigcmgfipemjpggmeg |
الوصف | See what your favorite Twitch and Youtube streamers are up to! |
حجم الملف | 88.38 KB |
عدد التثبيتات | 4,814 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2023-10-03 |
تاريخ النشر | 2023-06-09 |
تقييم | 3.00/5 مجموع تقييمات 3 |
المطور | https://truffle.vip |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://truffle.vip/extension |
عنوان صفحة المساعدة | https://discord.gg/eGC3ywbQNt |
عنوان صفحة سياسة الخصوصية | https://truffle.vip/policies |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "16": "src\/assets\/icon16.png", "48": "src\/assets\/icon48.png", "128": "src\/assets\/icon128.png" }, "description": "See what your favorite Twitch and Youtube streamers are up to!", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "name": "Truffle New Tab | Content Dashboard", "version": "0.0.4.0", "version_name": "0.0.4", "optional_permissions": [ "topSites" ], "chrome_url_overrides": { "newtab": "src\/newtab\/index.html" }, "host_permissions": [ "https:\/\/*.youtube.com\/*", "https:\/\/*.twitch.tv\/*", "https:\/\/*.kick.com\/*" ] } |