YouTube Subscriptions to Pocket
This extension adds all the daily youtube subscriptions to pocket.
Was ist YouTube Subscriptions to Pocket?
YouTube Subscriptions to Pocket ist eine Chrome-Erweiterung, die von chrisnnchrisdev entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds all the daily youtube subscriptions to pocket.".
Erweiterungsscreenshots
YouTube Subscriptions to Pocket-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Subscriptions to Pocket-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | epfldkinlppciegnfepeooddgdfcpfbd |
Offizielle URL | https://chrome.google.com/webstore/detail/youtube-subscriptions-to/epfldkinlppciegnfepeooddgdfcpfbd |
Beschreibung | This extension adds all the daily youtube subscriptions to pocket. |
Dateigröße | 42.73 KB |
Installationsanzahl | 23 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-04-28 |
Veröffentlichungsdatum | 2018-04-28 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | chrisnnchrisdev |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |