No Scroll Tube

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

Apa itu No Scroll Tube?

No Scroll Tube adalah ekstensi Chrome yang dikembangkan oleh Hyper Expert, dan fitur utamanya adalah "This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi No Scroll Tube

Unduh file ekstensi No Scroll Tube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama No Scroll Tube No Scroll Tube
ID ejkedopdhafifdnmehiajbocpmlneico
URL Resmi https://chromewebstore.google.com/detail/no-scroll-tube/ejkedopdhafifdnmehiajbocpmlneico
Deskripsi This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view
Ukuran File 16.07 KB
Jumlah Instalasi 63
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-07-29
Tanggal Publikasi 2016-07-24
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Hyper Expert
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://noscrolltube.com
URL Halaman Bantuan http://noscrolltube.com
URL Halaman Kebijakan Privasi http://hyperexpert.com
Bahasa yang Didukung 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"
    ]
}