YouTube Subscriptions to Pocket
This extension adds all the daily youtube subscriptions to pocket.
Hvad er YouTube Subscriptions to Pocket?
YouTube Subscriptions to Pocket er en Chrome-udvidelse udviklet af chrisnnchrisdev, og dens hovedfunktion er "This extension adds all the daily youtube subscriptions to pocket.".
Udvidelsesskærmbilleder
Download YouTube Subscriptions to Pocket-udvidelses-CRX-fil
Download YouTube Subscriptions to Pocket-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | epfldkinlppciegnfepeooddgdfcpfbd |
Officiel URL | https://chrome.google.com/webstore/detail/youtube-subscriptions-to/epfldkinlppciegnfepeooddgdfcpfbd |
Beskrivelse | This extension adds all the daily youtube subscriptions to pocket. |
Filstørrelse | 42.73 KB |
Antal Installationer | 23 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-04-28 |
Udgivelsesdato | 2018-04-28 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | chrisnnchrisdev |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |