YOUTUFIT -Youtube screen expander

Simple expander on YouTube in browser

Co je YOUTUFIT -Youtube screen expander?

YOUTUFIT -Youtube screen expander je rozšíření Chrome vyvinuté uncommonine, a jeho hlavní funkcí je „Simple expander on YouTube in browser“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření YOUTUFIT -Youtube screen expander

Stáhněte si soubory rozšíření YOUTUFIT -Youtube screen expander ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Rebuild on / 2018.07.28

2.5 - 
Rebuild.
2.5.09
add Always on mode( on / off )

Add Playlist, Chat, Related List, Add skip button

. . .

Click icon or 
F2 or Ctrl+click(video) on PC,
F2 and CMD+click(video) mac
or Just Middle Button(wheel button) Click on a video                    

Základní Informace o Rozšíření

Název YOUTUFIT -Youtube screen expander YOUTUFIT -Youtube screen expander
ID glkiiacjaojefjofmccacndnfefjjmni
Oficiální URL https://chrome.google.com/webstore/detail/youtufit-youtube-screen-e/glkiiacjaojefjofmccacndnfefjjmni
Popis Simple expander on YouTube in browser
Velikost souboru 116 KB
Počet instalací 221
Aktuální Verze 2.5.25
Poslední Aktualizace 2018-12-09
Datum Vydání 2018-12-09
Hodnocení 4.25/5 Celkem 4 Hodnocení
Vývojář uncommonine
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YOUTUFIT -Youtube screen expander",
    "version": "2.5.25",
    "manifest_version": 2,
    "description": "Simple expander on YouTube in browser",
    "homepage_url": "http:\/\/uncommonine.com",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "On\/Off Youtufit"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/moment.js",
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "commands": {
        "runytbscreen": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Turn On\/Off for YOUTUFIT"
        }
    },
    "web_accessible_resources": [
        "plist.png",
        "relist.png",
        "close.png",
        "expand.png",
        "chat.png"
    ]
}