YouTube Subscriptions to Pocket
This extension adds all the daily youtube subscriptions to pocket.
What is YouTube Subscriptions to Pocket?
YouTube Subscriptions to Pocket is a Chrome extension developed by chrisnnchrisdev, and its main feature is "This extension adds all the daily youtube subscriptions to pocket.".
Extension Screenshots
Download YouTube Subscriptions to Pocket Extension CRX File
Download YouTube Subscriptions to Pocket 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
Add your YouTube daily subscriptions to Pocket with one click. This extension scrapes your daily YouTube subscriptions for new videos and adds all those videos to your Pocket.
Extension Basic Information
Name | |
ID | epfldkinlppciegnfepeooddgdfcpfbd |
Official URL | https://chrome.google.com/webstore/detail/youtube-subscriptions-to/epfldkinlppciegnfepeooddgdfcpfbd |
Description | This extension adds all the daily youtube subscriptions to pocket. |
File Size | 42.73 KB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2018-04-28 |
Publish Date | 2018-04-28 |
Rating | 1.00/5 Total 1 Ratings |
Developer | chrisnnchrisdev |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Subscriptions to Pocket", "description": "This extension adds all the daily youtube subscriptions to pocket.", "author": "Christopher Nguyen", "version": "1.0", "browser_action": { "default_icon": "youtube2pocket.png", "default_popup": "popup.html", "default_title": "Send youtube daily supscriptions to pocket" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "activeTab", "storage", "tabs" ] } |