Trends v2 for YouTube™

Filter the trends how you like 'em.

Trends v2 for YouTube™ क्या है?

Trends v2 for YouTube™ https://lars.koelker.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Filter the trends how you like 'em."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Trends v2 for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        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
आधिकारिक URL 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"
    ]
}