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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/ |
URL หน้าช่วยเหลือ | https://beyond-the-black.com/ |
URL หน้านโยบายความเป็นส่วนตัว | 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\/*" ] } } |