YouSkip
Skip YouTube ads. (Sorry YouTube)
什么是YouSkip?
YouSkip是由felisphasma开发的Chrome扩展程序,该扩展的主要功能是“Skip YouTube ads. (Sorry YouTube)”。
扩展截图
下载YouSkip扩展crx文件
下载YouSkip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple YouTube add skipper. Don't wait 5 seconds; don't wait for the add to finish. More from the developer: felisphasma.com
扩展基本信息
名称 | |
ID | mbpkkmapnldpeeefipkpahmpanomkidd |
官方URL | https://chrome.google.com/webstore/detail/youskip/mbpkkmapnldpeeefipkpahmpanomkidd |
简介 | Skip YouTube ads. (Sorry YouTube) |
文件大小 | 13.1 KB |
安装次数 | 234 |
当前版本 | 1.1 |
更新时间 | 2018-12-09 |
上架时间 | 2018-12-09 |
评分 | 5.00/5 共1次评分 |
开发者 | felisphasma |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouSkip", "version": "1.1", "description": "Skip YouTube ads. (Sorry YouTube)", "permissions": [ "activeTab", "storage", "https:\/\/felisphasma.com\/projects\/YouSkip\/count.php" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch?*", "https:\/\/youtube.com\/watch?*" ], "all_frames": true, "js": [ "app.js" ], "css": [ "style.css" ] } ], "browser_action": { "default_icon": { "16": "16.png", "24": "24.png", "32": "32.png", "64": "64.png", "128": "128.png" }, "default_popup": "popup.html" }, "icons": { "16": "16.png", "24": "24.png", "32": "32.png", "64": "64.png", "128": "128.png" }, "applications": { "gecko": { "id": "[email protected]" } }, "manifest_version": 2 } |