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 |
Eメール | [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\/*" ] } } |