Holodex Portal
Quickly jump from current YouTube video to Holodex website!
Qu'est-ce que Holodex Portal ?
Holodex Portal est une extension Chrome développée par IAmVisco, et sa fonction principale est "Quickly jump from current YouTube video to Holodex website!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Holodex Portal
Téléchargez les fichiers d'extension Holodex Portal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Holodex Portal |
ID | jkdnofimdhpbhdjbcdlgnccfjjkidlgp |
URL Officiel | https://chromewebstore.google.com/detail/holodex-portal/jkdnofimdhpbhdjbcdlgnccfjjkidlgp |
Description | Quickly jump from current YouTube video to Holodex website! |
Taille du Fichier | 9.86 KB |
Nombre d'Installations | 756 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2021-05-11 |
Date de Publication | 2021-05-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | IAmVisco |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |