No Scroll Tube
This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view
什么是No Scroll Tube?
No Scroll Tube是由Hyper Expert开发的Chrome扩展程序,该扩展的主要功能是“This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view”。
扩展截图
下载No Scroll Tube扩展crx文件
下载No Scroll Tube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | No Scroll Tube |
ID | ejkedopdhafifdnmehiajbocpmlneico |
官方URL | https://chromewebstore.google.com/detail/no-scroll-tube/ejkedopdhafifdnmehiajbocpmlneico |
简介 | This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view |
文件大小 | 16.07 KB |
安装次数 | 63 |
当前版本 | 1.0 |
更新时间 | 2016-07-29 |
上架时间 | 2016-07-24 |
评分 | 4.00/5 共4次评分 |
开发者 | Hyper Expert |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://noscrolltube.com |
帮助页面URL | http://noscrolltube.com |
隐私政策页面URL | http://hyperexpert.com |
支持的语言 | 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" ] } |