Bookmark Button for Youtube
Custom Bookmark Button
What is Bookmark Button for Youtube?
Bookmark Button for Youtube is a Chrome extension developed by Jason, and its main feature is "Custom Bookmark Button".
Download Bookmark Button for Youtube Extension CRX File
Download Bookmark Button for Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | popbblhcoiaddijnapdipedkmoppcbco |
Official URL | https://chrome.google.com/webstore/detail/bookmark-button-for-youtu/popbblhcoiaddijnapdipedkmoppcbco |
Description | Custom Bookmark Button |
File Size | 10.07 KB |
Installation Count | 116 |
Current Version | 1.0.2 |
Last Updated | 2015-05-21 |
Publish Date | 2015-05-21 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Jason |
Payment Type | free |
Supported Languages | 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" } |