Holodex Portal
Quickly jump from current YouTube video to Holodex website!
Wat is Holodex Portal?
Holodex Portal is een Chrome-extensie ontwikkeld door IAmVisco, en de belangrijkste functie is "Quickly jump from current YouTube video to Holodex website!".
Extensie Screenshots
Download het CRX-bestand van de extensie Holodex Portal
Download Holodex Portal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jkdnofimdhpbhdjbcdlgnccfjjkidlgp |
| Officiële URL | https://chromewebstore.google.com/detail/holodex-portal/jkdnofimdhpbhdjbcdlgnccfjjkidlgp |
| Beschrijving | Quickly jump from current YouTube video to Holodex website! |
| Bestandsgrootte | 9.86 KB |
| Aantal Installaties | 756 |
| Huidige Versie | 1.1.2 |
| Laatst Bijgewerkt | 2021-05-11 |
| Publicatiedatum | 2021-05-08 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | IAmVisco |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |