Bookmark Button for Youtube
Custom Bookmark Button
什么是Bookmark Button for Youtube?
Bookmark Button for Youtube是由Jason开发的Chrome扩展程序,该扩展的主要功能是“Custom Bookmark Button”。
下载Bookmark Button for Youtube扩展crx文件
下载Bookmark Button for Youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply puts a Bookmark button on the toolbar and opens the link (youtube.com/feed/subscriptions) in a new tab when clicked. I like having a bookmark button on toolbar. Since Google disabled Non-Store Extensions I am a developer now.
扩展基本信息
名称 | |
ID | popbblhcoiaddijnapdipedkmoppcbco |
官方URL | https://chrome.google.com/webstore/detail/bookmark-button-for-youtu/popbblhcoiaddijnapdipedkmoppcbco |
简介 | Custom Bookmark Button |
文件大小 | 10.07 KB |
安装次数 | 116 |
当前版本 | 1.0.2 |
更新时间 | 2015-05-21 |
上架时间 | 2015-05-21 |
评分 | 5.00/5 共3次评分 |
开发者 | Jason |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "description": "Custom Bookmark Button", "icons": { "128": "logo.png" }, "name": "Bookmark Button for Youtube", "permissions": [ "tabs" ], "version": "1.0.2" } |