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開發的Chrome擴展程式,該擴展的主要功能是“Group YouTube subscriptions into YouTube folder. Video Deck for Youtube. Mark as watched videos. Filter YouTube video. Youtube mode”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PocketTube: Youtube Subscription Manager擴展crx文件

下載PocketTube: Youtube Subscription Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}