Holodex Portal

Quickly jump from current YouTube video to Holodex website!

What is Holodex Portal?

Holodex Portal is a Chrome extension developed by IAmVisco, and its main feature is "Quickly jump from current YouTube video to Holodex website!".

Extension Screenshots

screenshot

Download Holodex Portal Extension CRX File

Download Holodex Portal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Holodex Portal Holodex Portal
ID jkdnofimdhpbhdjbcdlgnccfjjkidlgp
Official URL https://chromewebstore.google.com/detail/holodex-portal/jkdnofimdhpbhdjbcdlgnccfjjkidlgp
Description Quickly jump from current YouTube video to Holodex website!
File Size 9.86 KB
Installation Count 756
Current Version 1.1.2
Last Updated 2021-05-11
Publish Date 2021-05-08
Rating 5.00/5 Total 1 Ratings
Developer IAmVisco
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}