YouTube Shimeji - Hatsune Miku
Hatsune Miku plays while you watch vids.
YouTube Shimeji - Hatsune Miku क्या है?
YouTube Shimeji - Hatsune Miku Jarno Le Conté द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hatsune Miku plays while you watch vids."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Shimeji - Hatsune Miku एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This little mascot of Hatsune Miku will be released on YouTube, after which she starts to play and interact with your video. CREDITS Artwork Artist: ??? (please notify me) Original Shimeji Software: Yuki Yamada of Group Finity http://www.group-finity.com/Shimeji/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pgmmhcaenmkhpcffkhbogbmcfjgmhhnf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-shimeji-hatsune-m/pgmmhcaenmkhpcffkhbogbmcfjgmhhnf |
विवरण | Hatsune Miku plays while you watch vids. |
फ़ाइल का आकार | 139 KB |
स्थापना संख्या | 8,000 |
वर्तमान संस्करण | 0.6 |
अंतिम अपडेट | 2017-02-26 |
प्रकाशन तिथि | 2017-02-26 |
रेटिंग | 3.42/5 कुल 447 रेटिंग्स |
डेवलपर | Jarno Le Conté |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://hckr-me.tumblr.com/shimeji |
सहायता पृष्ठ URL | http://hckr-me.tumblr.com/shimeji |
गोपनीयता नीति पृष्ठ URL | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Shimeji - Hatsune Miku", "description": "Hatsune Miku plays while you watch vids.", "version": "0.6", "author": "Jarno Le Cont\u00e9", "manifest_version": 2, "icons": { "128": "icon-128.png" }, "browser_action": { "default_title": "Hatsune Miku Shimeji" }, "permissions": [ "storage" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "exclude_globs": [ "https:\/\/www.youtube.com\/embed*" ], "include_globs": [], "js": [ "youtube-shimeji-miku.user.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |