Holodex Portal
Quickly jump from current YouTube video to Holodex website!
Was ist Holodex Portal?
Holodex Portal ist eine Chrome-Erweiterung, die von IAmVisco entwickelt wurde, und ihr Hauptmerkmal ist "Quickly jump from current YouTube video to Holodex website!".
Erweiterungsscreenshots
Holodex Portal-Erweiterungs-CRX-Datei herunterladen
Laden Sie Holodex Portal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jkdnofimdhpbhdjbcdlgnccfjjkidlgp |
| Offizielle URL | https://chromewebstore.google.com/detail/holodex-portal/jkdnofimdhpbhdjbcdlgnccfjjkidlgp |
| Beschreibung | Quickly jump from current YouTube video to Holodex website! |
| Dateigröße | 9.86 KB |
| Installationsanzahl | 756 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2021-05-11 |
| Veröffentlichungsdatum | 2021-05-08 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | IAmVisco |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |