Trends v2 for YouTube™

Filter the trends how you like 'em.

Qu'est-ce que Trends v2 for YouTube™ ?

Trends v2 for YouTube™ est une extension Chrome développée par https://lars.koelker.dev, et sa fonction principale est "Filter the trends how you like 'em.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Trends v2 for YouTube™

Téléchargez les fichiers d'extension Trends v2 for YouTube™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Trends v2 for YouTube™ Trends v2 for YouTube™
ID fcnnfgfhgdfcmpmpjpmpehnplfdlmila
URL Officiel https://chromewebstore.google.com/detail/trends-v2-for-youtube/fcnnfgfhgdfcmpmpjpmpehnplfdlmila
Description Filter the trends how you like 'em.
Taille du Fichier 48.48 KB
Nombre d'Installations 196
Version Actuelle 1.0 beta
Dernière Mise à Jour 2023-11-06
Date de Publication 2020-05-05
Évaluation 3.00/5 Total 3 Évaluations
Développeur https://lars.koelker.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://lars.koelker.dev/extensions/yt-trends-v2/
URL de la Page d'Aide https://lars.koelker.dev/extensions/yt-trends-v2/
URL de la Page de Politique de Confidentialité https://lars.koelker.dev/privacy
Langues Prises en Charge 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"
    ]
}