DS-Backend Web Player Extension
Unlocks all features of DS-Backend Web Player
Vad är DS-Backend Web Player Extension?
DS-Backend Web Player Extension är en Chrome-tillägg utvecklad av DS-Backend, och dess huvudfunktion är "Unlocks all features of DS-Backend Web Player".
Tilläggsskärmbilder
Ladda ner DS-Backend Web Player Extension-förlängningens CRX-fil
Ladda ner DS-Backend Web Player Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | DS-Backend Web Player Extension |
ID | jchbelfihmdlacgfkpbolpmabhmphcnj |
Officiell webbadress | https://chromewebstore.google.com/detail/ds-backend-web-player-ext/jchbelfihmdlacgfkpbolpmabhmphcnj |
Beskrivning | Unlocks all features of DS-Backend Web Player |
Filstorlek | 53.41 KB |
Antal Installationer | 356 |
Aktuell Version | 0.0.0.6 |
Senast Uppdaterad | 2023-11-28 |
Publiceringsdatum | 2021-10-22 |
Utvecklare | DS-Backend |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://app.dsbackend.com/ |
Hjälpsida URL | https://app.dsbackend.com/ |
URL till Sekretesspolicy Sidan | https://app.dsbackend.com/privacy |
Stödda Språk | 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": [ " |