Remove from Feed Button for YouTube
Easily remove items from your YouTube subscription feed with a single click
什么是Remove from Feed Button for YouTube?
Remove from Feed Button for YouTube是由Jerome Dane开发的Chrome扩展程序,该扩展的主要功能是“Easily remove items from your YouTube subscription feed with a single click”。
扩展截图
下载Remove from Feed Button for YouTube扩展crx文件
下载Remove from Feed Button for YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Puts "X" button to the right of each videos in your YouTube subscription feed to allow removing videos with a single click. Please report issues at https://goo.gl/4IgEU1 GitHub: https://goo.gl/2NK3T Like this? You could buy me a cop of coffee: http://goo.gl/xzEAG Follow me for updates on other projects: Github: https://goo.gl/nYUgZm Google: http://goo.gl/brcnw Twitter: http://goo.gl/UTh0W Facebook: http://goo.gl/OwKIG
扩展基本信息
名称 | Remove from Feed Button for YouTube |
ID | ogclfblkiagkkfpdbbbphchgfkieecml |
官方URL | https://chromewebstore.google.com/detail/remove-from-feed-button-f/ogclfblkiagkkfpdbbbphchgfkieecml |
简介 | Easily remove items from your YouTube subscription feed with a single click |
文件大小 | 48.05 KB |
安装次数 | 549 |
当前版本 | 0.0.7 |
更新时间 | 2015-11-21 |
上架时间 | 2015-11-21 |
评分 | 3.67/5 共43次评分 |
开发者 | Jerome Dane |
付费类型 | free |
扩展官网 | https://github.com/JeromeDane/YouTube-Remove-From-Feed-Button |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove from Feed Button for YouTube", "description": "Easily remove items from your YouTube subscription feed with a single click", "version": "0.0.7", "options_page": "options.html", "permissions": [ "http:\/\/www.youtube.com\/feed\/subscriptions*", "https:\/\/www.youtube.com\/feed\/subscriptions*" ], "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "web_accessible_resources": [ "images\/close_16_r8.png" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |