No Scroll Tube
This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view
Wat is No Scroll Tube?
No Scroll Tube is een Chrome-extensie ontwikkeld door Hyper Expert, en de belangrijkste functie is "This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view".
Extensie Screenshots
Download het CRX-bestand van de extensie No Scroll Tube
Download No Scroll Tube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | No Scroll Tube |
ID | ejkedopdhafifdnmehiajbocpmlneico |
Officiële URL | https://chromewebstore.google.com/detail/no-scroll-tube/ejkedopdhafifdnmehiajbocpmlneico |
Beschrijving | This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view |
Bestandsgrootte | 16.07 KB |
Aantal Installaties | 63 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-07-29 |
Publicatiedatum | 2016-07-24 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Hyper Expert |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://noscrolltube.com |
Help Pagina-URL | http://noscrolltube.com |
URL van de Privacybeleid Pagina | http://hyperexpert.com |
Ondersteunde Talen | 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" ] } |