DS-Backend Web Player Extension
Unlocks all features of DS-Backend Web Player
什麼是DS-Backend Web Player Extension?
DS-Backend Web Player Extension是由DS-Backend開發的Chrome擴展程式,該擴展的主要功能是“Unlocks all features of DS-Backend Web Player”。
擴展截圖
下載DS-Backend Web Player Extension擴展crx文件
下載DS-Backend Web Player Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The DS-Backend Web Player Extension unlocks all DS-Backend features for Chrome! With it, you can preview playback in Chrome, or setup Chrome as a normal 24/7 DS-Backend Web Player! By installing the Web Player Extension, you will get: - Screenshots in the CMS - All Web Pages will now work - Apply Volume Schedules in Web Pages Important notes: - The DS-Backend Web Player can be opened here: https://player.dsbackend.com - For setting up your computer as a 24/7 Web Player (i.e. start Chrome on boot, go fullscreen, and more), please follow instructions from support.
擴展基本資訊
名稱 | DS-Backend Web Player Extension |
ID | jchbelfihmdlacgfkpbolpmabhmphcnj |
官方網址 | https://chromewebstore.google.com/detail/ds-backend-web-player-ext/jchbelfihmdlacgfkpbolpmabhmphcnj |
簡介 | Unlocks all features of DS-Backend Web Player |
檔案大小 | 53.41 KB |
安裝次數 | 356 |
目前版本 | 0.0.0.6 |
更新時間 | 2023-11-28 |
上架時間 | 2021-10-22 |
開發者 | DS-Backend |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://app.dsbackend.com/ |
說明頁面URL | https://app.dsbackend.com/ |
隱私政策頁面URL | https://app.dsbackend.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DS-Backend Web Player Extension", "description": "Unlocks all features of DS-Backend Web Player", "version": "0.0.0.6", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.dsbackend.com\/*" ], "all_frames": false, "run_at": "document_start", "js": [ "contentScript.js" ] }, { "matches": [ " |