Random color for YouTube's progress bar
Change red color for a random of the YouTube's progress bar
What is Random color for YouTube's progress bar?
Random color for YouTube's progress bar is a Chrome extension developed by Axel Juino, and its main feature is "Change red color for a random of the YouTube's progress bar".
Extension Screenshots
Download Random color for YouTube's progress bar Extension CRX File
Download Random color for YouTube's progress bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension change the video's progress bar on YouTube with a random color.
Extension Basic Information
Name | Random color for YouTube's progress bar |
ID | nifjmcelpmkfkofnmllhjhphjlhpdckn |
Official URL | https://chromewebstore.google.com/detail/random-color-for-youtubes/nifjmcelpmkfkofnmllhjhphjlhpdckn |
Description | Change red color for a random of the YouTube's progress bar |
File Size | 25.48 KB |
Installation Count | 610 |
Current Version | 1.1 |
Last Updated | 2020-12-21 |
Publish Date | 2020-11-29 |
Rating | 4.00/5 Total 5 Ratings |
Developer | Axel Juino |
[email protected] | |
Payment Type | free |
Help Page URL | https://axelouuu.fr |
Supported Languages | 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" ] } } |