Beyond The Black
Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.
什么是Beyond The Black?
Beyond The Black是由brandTURBO开发的Chrome扩展程序,该扩展的主要功能是“Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.”。
扩展截图
下载Beyond The Black扩展crx文件
下载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\/*" ] } } |