Trends v2 for YouTube™

Filter the trends how you like 'em.

什麼是Trends v2 for YouTube™?

Trends v2 for YouTube™是由https://lars.koelker.dev開發的Chrome擴展程式,該擴展的主要功能是“Filter the trends how you like 'em.”。

擴展截圖

screenshot
screenshot
screenshot

下載Trends v2 for YouTube™擴展crx文件

下載Trends v2 for YouTube™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Trends v2 for YouTube™ allows you to filter the YouTube™ Trends.

You can either block channels by their channel name/id or by blocking specific buzzwords (e.g. "Corona"). Beside these possibilities you can also hide "Creators on the rise" and trend categories (e.g. "Music" or "Gaming").

For more information visit the website: https://lars.koelker.dev/extensions/yt-trends-v2/ 


"YouTube" and the "YouTube" logo are registered trademarks of Google, Inc. This extension is not endorsed or affiliated with Google, Inc. or YouTube in any way. Some icons provided by feathericons.com.                    

擴展基本資訊

名稱 Trends v2 for YouTube™ Trends v2 for YouTube™
ID fcnnfgfhgdfcmpmpjpmpehnplfdlmila
官方網址 https://chromewebstore.google.com/detail/trends-v2-for-youtube/fcnnfgfhgdfcmpmpjpmpehnplfdlmila
簡介 Filter the trends how you like 'em.
檔案大小 48.48 KB
安裝次數 196
目前版本 1.0 beta
更新時間 2023-11-06
上架時間 2020-05-05
評分 3.00/5 共 3 次評分
開發者 https://lars.koelker.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://lars.koelker.dev/extensions/yt-trends-v2/
說明頁面URL https://lars.koelker.dev/extensions/yt-trends-v2/
隱私政策頁面URL https://lars.koelker.dev/privacy
支援的語言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0",
    "version_name": "1.0 beta",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/lars.koelker.dev\/extensions\/yt-trends-v2\/",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "notifications",
        "contextMenus"
    ],
    "optional_permissions": [
        "https:\/\/lars.koelker.dev\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/trendsBtn.js",
                "js\/selectChannel.js"
            ],
            "css": [
                "css\/content.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/trending*"
            ],
            "js": [
                "js\/trends.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "manifest.json"
    ]
}