No Scroll Tube

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

No Scroll Tubeとは何ですか?

No Scroll TubeはHyper Expertによって開発されたChromeの拡張機能で、その主な機能は「This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view」です。

拡張機能のスクリーンショット

screenshot

No Scroll Tube拡張機能のCRXファイルをダウンロード

No Scroll Tube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 No Scroll Tube No Scroll Tube
ID ejkedopdhafifdnmehiajbocpmlneico
公式URL https://chromewebstore.google.com/detail/no-scroll-tube/ejkedopdhafifdnmehiajbocpmlneico
説明 This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view
ファイルサイズ 16.07 KB
インストール数 63
現在のバージョン 1.0
最終更新日 2016-07-29
公開日 2016-07-24
評価 4.00/5 合計 4 レビュー
開発者 Hyper Expert
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://noscrolltube.com
ヘルプページのURL http://noscrolltube.com
プライバシーポリシーページのURL http://hyperexpert.com
対応言語 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"
    ]
}