YOUTUFIT -Youtube screen expander

Simple expander on YouTube in browser

What is YOUTUFIT -Youtube screen expander?

YOUTUFIT -Youtube screen expander is a Chrome extension developed by uncommonine, and its main feature is "Simple expander on YouTube in browser".

Extension Screenshots

screenshot

Download YOUTUFIT -Youtube screen expander Extension CRX File

Download YOUTUFIT -Youtube screen expander 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

                        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                    

Extension Basic Information

Name YOUTUFIT -Youtube screen expander YOUTUFIT -Youtube screen expander
ID glkiiacjaojefjofmccacndnfefjjmni
Official URL https://chrome.google.com/webstore/detail/youtufit-youtube-screen-e/glkiiacjaojefjofmccacndnfefjjmni
Description Simple expander on YouTube in browser
File Size 116 KB
Installation Count 221
Current Version 2.5.25
Last Updated 2018-12-09
Publish Date 2018-12-09
Rating 4.25/5 Total 4 Ratings
Developer uncommonine
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}