No Scroll Tube

This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view

What is No Scroll Tube?

No Scroll Tube is a Chrome extension developed by Hyper Expert, and its main feature is "This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view".

Extension Screenshots

screenshot

Download No Scroll Tube Extension CRX File

Download No Scroll Tube 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

                                            

Extension Basic Information

Name No Scroll Tube No Scroll Tube
ID ejkedopdhafifdnmehiajbocpmlneico
Official URL https://chromewebstore.google.com/detail/no-scroll-tube/ejkedopdhafifdnmehiajbocpmlneico
Description This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view
File Size 16.07 KB
Installation Count 63
Current Version 1.0
Last Updated 2016-07-29
Publish Date 2016-07-24
Rating 4.00/5 Total 4 Ratings
Developer Hyper Expert
Email [email protected]
Payment Type free
Extension Website http://noscrolltube.com
Help Page URL http://noscrolltube.com
Privacy Policy Page URL http://hyperexpert.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Scroll Tube",
    "description": "This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "new.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/icon64.png"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/pinPlayer.png"
    ]
}