Mine-Craft Steve Progress Bar for YouTube™
Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!
Mine-Craft Steve Progress Bar for YouTube™ क्या है?
Mine-Craft Steve Progress Bar for YouTube™ Magic Dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mine-Craft Steve Progress Bar for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Make the progress bar of the Youtube player more fun and beautiful! The extension offers a fun animated progress bar instead of the boring classic YouTube strip. The main character of the game is now in your YouTube!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | adfohncenmofllmfhfnhidgnpcaeghci |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mine-craft-steve-progress/adfohncenmofllmfhfnhidgnpcaeghci |
विवरण | Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome! |
फ़ाइल का आकार | 385 KB |
स्थापना संख्या | 42 |
वर्तमान संस्करण | 1.18 |
अंतिम अपडेट | 2021-09-14 |
प्रकाशन तिथि | 2021-09-14 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Magic Dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mine-Craft Steve Progress Bar for YouTube\u2122", "short_name": "Steve Progress Bar", "version": "1.18", "description": "Change Youtube\u2122 progress bar to Steve from Mine-Craft. Make your Youtube\u2122 player awesome!", "icons": { "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "web_accessible_resources": [ "steave.gif" ] } |