Random color for YouTube's progress bar
Change red color for a random of the YouTube's progress bar
Random color for YouTube's progress bar क्या है?
Random color for YouTube's progress bar Axel Juino द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change red color for a random of the YouTube's progress bar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Random color for YouTube's progress bar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension change the video's progress bar on YouTube with a random color.
एक्सटेंशन की मूल जानकारी
नाम | Random color for YouTube's progress bar |
ID | nifjmcelpmkfkofnmllhjhphjlhpdckn |
आधिकारिक URL | https://chromewebstore.google.com/detail/random-color-for-youtubes/nifjmcelpmkfkofnmllhjhphjlhpdckn |
विवरण | Change red color for a random of the YouTube's progress bar |
फ़ाइल का आकार | 25.48 KB |
स्थापना संख्या | 610 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2020-12-21 |
प्रकाशन तिथि | 2020-11-29 |
रेटिंग | 4.00/5 कुल 5 रेटिंग्स |
डेवलपर | Axel Juino |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://axelouuu.fr |
समर्थित भाषाएँ | 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" ] } } |