Holodex Portal
Quickly jump from current YouTube video to Holodex website!
Vad är Holodex Portal?
Holodex Portal är en Chrome-tillägg utvecklad av IAmVisco, och dess huvudfunktion är "Quickly jump from current YouTube video to Holodex website!".
Tilläggsskärmbilder
Ladda ner Holodex Portal-förlängningens CRX-fil
Ladda ner Holodex Portal-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
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
Grundläggande Information om Tillägg
Namn | Holodex Portal |
ID | jkdnofimdhpbhdjbcdlgnccfjjkidlgp |
Officiell webbadress | https://chromewebstore.google.com/detail/holodex-portal/jkdnofimdhpbhdjbcdlgnccfjjkidlgp |
Beskrivning | Quickly jump from current YouTube video to Holodex website! |
Filstorlek | 9.86 KB |
Antal Installationer | 756 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2021-05-11 |
Publiceringsdatum | 2021-05-08 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | IAmVisco |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |