PocketTube: Youtube Subscription Manager

Group YouTube subscriptions into YouTube folder. Video Deck for Youtube. Mark as watched videos. Filter YouTube video. Youtube mode

PocketTube: Youtube Subscription Manager क्या है?

PocketTube: Youtube Subscription Manager https://pockettube.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Group YouTube subscriptions into YouTube folder. Video Deck for Youtube. Mark as watched videos. Filter YouTube video. Youtube mode"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PocketTube: Youtube Subscription Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        You can create collections that seamlessly fit into the layout using this Youtube extension. This is an easy way to manage your subscriptions.

This extension enables you to:
  ★  Create groups / sub-groups with subscriptions based on topic
  ★  Group YouTube subscriptions / channels to collections / groups. One subscription/channel can have a few collections
  ★  Add custom icons for any collection. Set icons from prepared icon packs or upload your own.
  ★  Show the latest videos feed by collections / group. Play all videos by collections using the auto-generated playlist on YouTube
  ★  Auto-sync your collections on Android, iOS or other browsers using Google Drive or your Chrome profile
  ★  Integration on the main page
  ★  Integration in the left sidebar 
  ★  Ability to video filter by topic on the subscriptions page
  ★  Filter and sort videos by duration, activity, and date on feed mode and channel page
  ★  Auto Youtube Tags
  ★  Enable Youtube Deck mode - special mode like TweetDeck
  ★  Notification about new videos on group
  ★  Health status for your subscriptions and bulk unsubscribing channels without activity 
  ★  Mark as watched which sync with history
  ★  Remove shorts or watched videos on subscriptions or channel page
  ★  Export subscriptions to CSV

Install an extension to organize your subscriptions. After installing, please reload all tabs for the extension to take effect. For issues/suggestions, please get in touch with us via email: [email protected]

250,000+ users trust us with more than 4,000 5-stars reviews.

---
Become a Patreon to help support the continued development of this plugin if you enjoy it! It takes time to update the extension every time:
Patreon https://www.patreon.com/join/ysub
Please buy me a coffee https://www.buymeacoffee.com/ysub
Android https://play.google.com/store/apps/details?id=com.youtubesubscriptionmanager
iOS https://apps.apple.com/us/app/pockettube-for-youtube/id1475688814

Don't forget to like & Follow Us:
Twitter: https://twitter.com/PocketTubeIO
Reddit: https://www.reddit.com/r/pockettube/
Github: https://github.com/NabokD/pockettube
YouTube channel: https://www.youtube.com/@PocketTubeHQ

---
ⓘThis Chrome extension is about Subscription Manager and has no affiliations with the popular video hoster Youtube™.
All copyrights belong to their respective owners. PocketTube: PocketTube is not owned by, licensed by, and is not a subsidiary of Google Inc.                    

एक्सटेंशन की मूल जानकारी

नाम PocketTube: Youtube Subscription Manager PocketTube: Youtube Subscription Manager
ID kdmnjgijlmjgmimahnillepgcgeemffb
आधिकारिक URL https://chromewebstore.google.com/detail/pockettube-youtube-subscr/kdmnjgijlmjgmimahnillepgcgeemffb
विवरण Group YouTube subscriptions into YouTube folder. Video Deck for Youtube. Mark as watched videos. Filter YouTube video. Youtube mode
फ़ाइल का आकार 8.57 MB
स्थापना संख्या 284,794
वर्तमान संस्करण 16.0.2
अंतिम अपडेट 2024-02-09
प्रकाशन तिथि 2020-06-01
रेटिंग 4.64/5 कुल 4220 रेटिंग्स
डेवलपर https://pockettube.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pockettube.io/
गोपनीयता नीति पृष्ठ URL https://pockettube.io/privacy.html
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "YSM",
    "description": "__MSG_description__",
    "author": "Dmitry Nabok",
    "homepage_url": "https:\/\/yousub.info\/",
    "default_locale": "en",
    "options_page": "pockettube-app\/dist\/index.html",
    "version": "16.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "\/build\/app.js",
                "\/purify2.min.js"
            ],
            "css": [
                "\/build\/context.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "\/build\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/build\/ut.js",
                "\/purify2.min.js",
                "\/pockettube-app\/dist\/*",
                "\/popup\/login.html",
                "icon\/*",
                "patreon\/*"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage",
        "identity",
        "contextMenus"
    ],
    "optional_permissions": [
        "bookmarks",
        "notifications"
    ],
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_16.png",
            "48": "\/icon\/icon_48.png",
            "128": "\/icon\/icon_128.png"
        },
        "default_popup": "\/pockettube-app\/dist\/index.html",
        "default_title": "PocketTube: Youtube Subscription Manager"
    },
    "icons": {
        "16": "\/icon\/icon_16.png",
        "48": "\/icon\/icon_48.png",
        "128": "\/icon\/icon_128.png"
    },
    "oauth2": {
        "client_id": "579336474196-vvopcc4b0to7aal97pab6pgpks89qb8b.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "https:\/\/www.googleapis.com\/auth\/drive.appdata",
            "https:\/\/www.googleapis.com\/auth\/youtube.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmwKPcx2Q9miBd4nVarX4b4IEd15P2aCTtPQJayegnfktzU+aPVxlYWXo1L7tWlxgL2o2KYgR78RmmkOe0nIhVud\/lURn8KqRkEgeEwwR0RObEWSPUcD6W9e36Gs4l1NUgkRzH4Tgo03WIMnXGTXkmPzgu7tGL+nxplukUdH74mAO6dRJ2dRkXzrEeQJVwFFOvR14R7hKPoY+L0NViPa6UqzGACYAdS1+MkpxjAhVSv+aSFXubhHA53qzMwkfggs6NSOsFIi+Bzqa4Z+6eePoHZCBxWNLEsDwNRAW0yfOhNgIX9FwIF4mMz6TybNZO8tFSyYxjbcJCeJUzutbOpItWQIDAQAB"
}