No Scroll Tube

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

Qu'est-ce que No Scroll Tube ?

No Scroll Tube est une extension Chrome développée par Hyper Expert, et sa fonction principale est "This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension No Scroll Tube

Téléchargez les fichiers d'extension No Scroll Tube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom No Scroll Tube No Scroll Tube
ID ejkedopdhafifdnmehiajbocpmlneico
URL Officiel 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
Taille du Fichier 16.07 KB
Nombre d'Installations 63
Version Actuelle 1.0
Dernière Mise à Jour 2016-07-29
Date de Publication 2016-07-24
Évaluation 4.00/5 Total 4 Évaluations
Développeur Hyper Expert
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://noscrolltube.com
URL de la Page d'Aide http://noscrolltube.com
URL de la Page de Politique de Confidentialité http://hyperexpert.com
Langues Prises en Charge 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"
    ]
}