Better Youtube™ Experience
Better Youtube™ Experience
什么是Better Youtube™ Experience?
Better Youtube™ Experience是由http://etaylib.com开发的Chrome扩展程序,该扩展的主要功能是“Better Youtube™ Experience”。
扩展截图
下载Better Youtube™ Experience扩展crx文件
下载Better Youtube™ Experience扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Creating better Youtube™ experience. Current Features: *Skip videos by artist or song name when using "AUTOPLAY". Release Log: 0.0.2: *Bug Fixes. 0.0.1: *Skip videos by artist or song name when using "AUTPLAY"
扩展基本信息
名称 | |
ID | ppkdnpffafbmkkckgjjedmdcbpkmbobi |
官方URL | https://chrome.google.com/webstore/detail/better-youtube-experience/ppkdnpffafbmkkckgjjedmdcbpkmbobi |
简介 | Better Youtube™ Experience |
文件大小 | 43.42 KB |
安装次数 | 22 |
当前版本 | 0.0.2 |
更新时间 | 2017-09-26 |
上架时间 | 2017-09-26 |
评分 | 5.00/5 共1次评分 |
开发者 | http://etaylib.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://etaylib.s3.amazonaws.com/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "js": [ "jquery-3.2.1.min.js", "scripts.js", "runner.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "description": "Better Youtube\u2122 Experience", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "manifest_version": 2, "name": "Better Youtube\u2122 Experience", "permissions": [ "*:\/\/*\/*", "tabs", "webRequest", "webNavigation", "webRequestBlocking", "contextMenus", "storage" ], "version": "0.0.2", "web_accessible_resources": [] } |