PocketTube: Youtube Subscription Manager

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

Apa itu PocketTube: Youtube Subscription Manager?

PocketTube: Youtube Subscription Manager adalah ekstensi Chrome yang dikembangkan oleh https://pockettube.io, dan fitur utamanya adalah "Group YouTube subscriptions into YouTube folder. Video Deck for Youtube. Mark as watched videos. Filter YouTube video. Youtube mode".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi PocketTube: Youtube Subscription Manager

Unduh file ekstensi PocketTube: Youtube Subscription Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PocketTube: Youtube Subscription Manager PocketTube: Youtube Subscription Manager
ID kdmnjgijlmjgmimahnillepgcgeemffb
URL Resmi https://chromewebstore.google.com/detail/pockettube-youtube-subscr/kdmnjgijlmjgmimahnillepgcgeemffb
Deskripsi Group YouTube subscriptions into YouTube folder. Video Deck for Youtube. Mark as watched videos. Filter YouTube video. Youtube mode
Ukuran File 8.57 MB
Jumlah Instalasi 284,794
Versi Saat Ini 16.0.2
Terakhir Diperbarui 2024-02-09
Tanggal Publikasi 2020-06-01
Penilaian 4.64/5 Total 4220 Penilaian
Pengembang https://pockettube.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://pockettube.io/
URL Halaman Kebijakan Privasi https://pockettube.io/privacy.html
Bahasa yang Didukung 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"
}