No Scroll Tube

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

Hvad er No Scroll Tube?

No Scroll Tube er en Chrome-udvidelse udviklet af Hyper Expert, og dens hovedfunktion er "This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view".

Udvidelsesskærmbilleder

screenshot

Download No Scroll Tube-udvidelses-CRX-fil

Download No Scroll Tube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn No Scroll Tube No Scroll Tube
ID ejkedopdhafifdnmehiajbocpmlneico
Officiel URL https://chromewebstore.google.com/detail/no-scroll-tube/ejkedopdhafifdnmehiajbocpmlneico
Beskrivelse This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view
Filstørrelse 16.07 KB
Antal Installationer 63
Nuværende Version 1.0
Senest Opdateret 2016-07-29
Udgivelsesdato 2016-07-24
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler Hyper Expert
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://noscrolltube.com
Hjælpeside-URL http://noscrolltube.com
URL til Fortrolighedspolitik Side http://hyperexpert.com
Understøttede Sprog 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"
    ]
}