Holodex Portal
Quickly jump from current YouTube video to Holodex website!
Hvad er Holodex Portal?
Holodex Portal er en Chrome-udvidelse udviklet af IAmVisco, og dens hovedfunktion er "Quickly jump from current YouTube video to Holodex website!".
Udvidelsesskærmbilleder
Download Holodex Portal-udvidelses-CRX-fil
Download Holodex Portal-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | jkdnofimdhpbhdjbcdlgnccfjjkidlgp |
| Officiel URL | https://chromewebstore.google.com/detail/holodex-portal/jkdnofimdhpbhdjbcdlgnccfjjkidlgp |
| Beskrivelse | Quickly jump from current YouTube video to Holodex website! |
| Filstørrelse | 9.86 KB |
| Antal Installationer | 756 |
| Nuværende Version | 1.1.2 |
| Senest Opdateret | 2021-05-11 |
| Udgivelsesdato | 2021-05-08 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | IAmVisco |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |