No Scroll Tube
This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view
Was ist No Scroll Tube?
No Scroll Tube ist eine Chrome-Erweiterung, die von Hyper Expert entwickelt wurde, und ihr Hauptmerkmal ist "This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view".
Erweiterungsscreenshots
No Scroll Tube-Erweiterungs-CRX-Datei herunterladen
Laden Sie No Scroll Tube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | No Scroll Tube |
ID | ejkedopdhafifdnmehiajbocpmlneico |
Offizielle URL | https://chromewebstore.google.com/detail/no-scroll-tube/ejkedopdhafifdnmehiajbocpmlneico |
Beschreibung | This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view |
Dateigröße | 16.07 KB |
Installationsanzahl | 63 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-07-29 |
Veröffentlichungsdatum | 2016-07-24 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | Hyper Expert |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://noscrolltube.com |
Hilfeseite URL | http://noscrolltube.com |
URL der Datenschutzrichtlinien-Seite | http://hyperexpert.com |
Unterstützte Sprachen | 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" ] } |