HoloTools Portal

Quickly jump from current YouTube video to HoloTools website!

Vad är HoloTools Portal?

HoloTools Portal är en Chrome-tillägg utvecklad av IAmVisco, och dess huvudfunktion är "Quickly jump from current YouTube video to HoloTools website!".

Tilläggsskärmbilder

screenshot

Ladda ner HoloTools Portal-förlängningens CRX-fil

Ladda ner HoloTools Portal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Small and simple extension that allows you to open currently watched video or a stream on the HoloTools website (https://hololive.jetri.co/). If used on a page that is not a YouTube video it will open HoloTools website in a new tab.

Icon by https://twitter.com/KoshmarRin                    

Grundläggande Information om Tillägg

Namn HoloTools Portal HoloTools Portal
ID kigbmaljklakghjhoeejfokghheobimk
Officiell webbadress https://chrome.google.com/webstore/detail/holotools-portal/kigbmaljklakghjhoeejfokghheobimk
Beskrivning Quickly jump from current YouTube video to HoloTools website!
Filstorlek 37.41 KB
Antal Installationer 2,604
Aktuell Version 1.0.1
Senast Uppdaterad 2021-03-15
Publiceringsdatum 2020-04-21
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare IAmVisco
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://hololive.jetri.co/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HoloTools Portal",
    "version": "1.0.1",
    "description": "Quickly jump from current YouTube video to HoloTools website!",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        },
        "default_title": "HoloTools Portal"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    }
}