YouTrends

Google Chrome extension for YouTube video discovery

Qu'est-ce que YouTrends ?

YouTrends est une extension Chrome développée par Jeremy and Audrey, et sa fonction principale est "Google Chrome extension for YouTube video discovery".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTrends

Téléchargez les fichiers d'extension YouTrends 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

                        Bored? Want to check up on what's trending this week on YouTube without searching through the site? 

YouTrends is a simple extension that leads you to a random trending video from YouTube with an easy click of the button.

You can also specify the category or subject you want. You will be led to a random currently popular video in that category.

Just a simple extension to pass time and enjoy YouTube a different way!


*Made in under 24 hours in the 2016 Yale University Hackathon*                    

Informations de Base sur l'Extension

Nom YouTrends YouTrends
ID fjophlgnmggbpbjmjclcdcgaoifnfnog
URL Officiel https://chrome.google.com/webstore/detail/youtrends/fjophlgnmggbpbjmjclcdcgaoifnfnog
Description Google Chrome extension for YouTube video discovery
Taille du Fichier 201 KB
Nombre d'Installations 16
Version Actuelle 1.0.3
Dernière Mise à Jour 2016-11-20
Date de Publication 2016-11-20
Évaluation 4.67/5 Total 3 Évaluations
Développeur Jeremy and Audrey
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTrends",
    "version": "1.0.3",
    "description": "Google Chrome extension for YouTube video discovery",
    "browser_action": {
        "default_popup": "src\/popup.html",
        "default_title": "YouTrends"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "http:\/\/*.yahooapis.com\/*",
        "https:\/\/*.yahooapis.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/youtube.com\/*"
            ],
            "css": [
                "src\/style.css"
            ],
            "js": [
                "src\/jquery-3.1.1.js",
                "src\/popup.js"
            ]
        }
    ]
}