Beyond The Black
Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.
ما هو Beyond The Black؟
Beyond The Black هو إضافة Chrome تم تطويرها بواسطة brandTURBO، والميزة الرئيسية لها هي "Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Beyond The Black
قم بتنزيل ملفات الامتداد Beyond The Black بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Within this new tab extension you’ll find incredible content like from the band selected high quality wallpapers, you can watch exclusive documentaries and video podcasts of the band, you're one click away from every information and news about the band and of course you're the first that is informed when Beyond The Black releases new live shows. This is a white label enterprise extension for Beyond The Black.
معلومات أساسية عن التمديد
الاسم | |
ID | jmlnjjdbdleapfgiehgpgnjbgnnceapk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/jmlnjjdbdleapfgiehgpgnjbgnnceapk |
الوصف | Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more. |
حجم الملف | 2.62 MB |
عدد التثبيتات | 82 |
النسخة الحالية | 3.3.1 |
آخر تحديث | 2022-11-20 |
تاريخ النشر | 2021-04-21 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | brandTURBO |
البريد الإلكتروني | [email protected] |
موقع الإضافة | https://beyond-the-black.com/ |
عنوان صفحة المساعدة | https://beyond-the-black.com/ |
عنوان صفحة سياسة الخصوصية | https://www.brandturbo.vip/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Beyond The Black", "version": "3.3.1", "description": "Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.", "icons": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-96px.png", "128": "icons\/icon-256px.png" }, "chrome_url_overrides": { "newtab": "startpage.html#newTab" }, "browser_action": { "default_title": "New Tab" }, "permissions": [ "topSites" ], "optional_permissions": [ "history", "bookmarks", "chrome:\/\/favicon\/" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.beyond-the-black.com\/*" ] } } |