Random color for YouTube's progress bar

Change red color for a random of the YouTube's progress bar

Qu'est-ce que Random color for YouTube's progress bar ?

Random color for YouTube's progress bar est une extension Chrome développée par Axel Juino, et sa fonction principale est "Change red color for a random of the YouTube's progress bar".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Random color for YouTube's progress bar

Téléchargez les fichiers d'extension Random color for YouTube's progress bar 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

                        This extension change the video's progress bar on YouTube with a random color.                    

Informations de Base sur l'Extension

Nom Random color for YouTube's progress bar Random color for YouTube's progress bar
ID nifjmcelpmkfkofnmllhjhphjlhpdckn
URL Officiel https://chromewebstore.google.com/detail/random-color-for-youtubes/nifjmcelpmkfkofnmllhjhphjlhpdckn
Description Change red color for a random of the YouTube's progress bar
Taille du Fichier 25.48 KB
Nombre d'Installations 610
Version Actuelle 1.1
Dernière Mise à Jour 2020-12-21
Date de Publication 2020-11-29
Évaluation 4.00/5 Total 5 Évaluations
Développeur Axel Juino
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://axelouuu.fr
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random color for YouTube's progress bar",
    "description": "Change red color for a random of the YouTube's progress bar",
    "version": "1.1",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}