YouTube Subscriptions to Pocket

This extension adds all the daily youtube subscriptions to pocket.

Wat is YouTube Subscriptions to Pocket?

YouTube Subscriptions to Pocket is een Chrome-extensie ontwikkeld door chrisnnchrisdev, en de belangrijkste functie is "This extension adds all the daily youtube subscriptions to pocket.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Subscriptions to Pocket

Download YouTube Subscriptions to Pocket-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouTube Subscriptions to Pocket YouTube Subscriptions to Pocket
ID epfldkinlppciegnfepeooddgdfcpfbd
Officiële URL https://chrome.google.com/webstore/detail/youtube-subscriptions-to/epfldkinlppciegnfepeooddgdfcpfbd
Beschrijving This extension adds all the daily youtube subscriptions to pocket.
Bestandsgrootte 42.73 KB
Aantal Installaties 23
Huidige Versie 1.0
Laatst Bijgewerkt 2018-04-28
Publicatiedatum 2018-04-28
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar chrisnnchrisdev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}