Holodex Portal

Quickly jump from current YouTube video to Holodex website!

ما هو Holodex Portal؟

Holodex Portal هو إضافة Chrome تم تطويرها بواسطة IAmVisco، والميزة الرئيسية لها هي "Quickly jump from current YouTube video to Holodex website!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Holodex Portal

قم بتنزيل ملفات الامتداد Holodex Portal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Holodex Portal Holodex Portal
ID jkdnofimdhpbhdjbcdlgnccfjjkidlgp
عنوان URL الرسمي https://chromewebstore.google.com/detail/holodex-portal/jkdnofimdhpbhdjbcdlgnccfjjkidlgp
الوصف Quickly jump from current YouTube video to Holodex website!
حجم الملف 9.86 KB
عدد التثبيتات 756
النسخة الحالية 1.1.2
آخر تحديث 2021-05-11
تاريخ النشر 2021-05-08
تقييم 5.00/5 مجموع تقييمات 1
المطور IAmVisco
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}