Holodex Portal
Quickly jump from current YouTube video to Holodex website!
什麼是Holodex Portal?
Holodex Portal是由IAmVisco開發的Chrome擴展程式,該擴展的主要功能是“Quickly jump from current YouTube video to Holodex website!”。
擴展截圖
下載Holodex Portal擴展crx文件
下載Holodex Portal擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Small and simple extension that allows you to open currently watched video or a stream on the Holodex website. If used on a page that is not a YouTube video it will open Holodex website in a new tab. Also if you are logged in, it will fetch and show number of live channels from your favorites.
Icon by the Holodex Team 擴展基本資訊
| 名稱 | |
| ID | jkdnofimdhpbhdjbcdlgnccfjjkidlgp |
| 官方網址 | https://chromewebstore.google.com/detail/holodex-portal/jkdnofimdhpbhdjbcdlgnccfjjkidlgp |
| 簡介 | Quickly jump from current YouTube video to Holodex website! |
| 檔案大小 | 9.86 KB |
| 安裝次數 | 756 |
| 目前版本 | 1.1.2 |
| 更新時間 | 2021-05-11 |
| 上架時間 | 2021-05-08 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | IAmVisco |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Holodex Portal",
"version": "1.1.2",
"description": "Quickly jump from current YouTube video to Holodex website!",
"manifest_version": 3,
"permissions": [
"activeTab",
"storage",
"alarms"
],
"background": {
"service_worker": "background.js"
},
"externally_connectable": {
"matches": [
"*:\/\/*.holodex.net\/*",
"*:\/\/*.local-holodex.net\/*"
]
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png"
},
"default_title": "Holodex Portal"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"128": "icons\/icon128.png"
}
} | |