Beyond The Black
Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.
Beyond The Black là gì?
Beyond The Black là một tiện ích mở rộng Chrome được phát triển bởi brandTURBO, và tính năng chính của nó là "Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Beyond The Black
Tải xuống các tệp mở rộng Beyond The Black dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jmlnjjdbdleapfgiehgpgnjbgnnceapk |
URL Chính Thức | https://chrome.google.com/webstore/detail/jmlnjjdbdleapfgiehgpgnjbgnnceapk |
Mô tả | Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more. |
Kích Thước Tệp | 2.62 MB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 3.3.1 |
Cập Nhật Lần Cuối | 2022-11-20 |
Ngày Phát Hành | 2021-04-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | brandTURBO |
[email protected] | |
Trang Web Mở Rộng | https://beyond-the-black.com/ |
URL Trang Trợ Giúp | https://beyond-the-black.com/ |
URL Trang Chính Sách Bảo Mật | https://www.brandturbo.vip/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |