Tumblr Shimeji - Kagamine Len
Kagamine Len plays on your tumblr dash.
Tumblr Shimeji - Kagamine Len क्या है?
Tumblr Shimeji - Kagamine Len Jarno Le Conté द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kagamine Len plays on your tumblr dash."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tumblr Shimeji - Kagamine Len एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This little mascot of Kagamine Len will be released on your tumblr dashboard, after which he starts to play and interact with your posts. CREDITS Artwork Artist: ちほ (pixiv ID 345487) http://www.pixiv.net/member.php?id=345487 Original Shimeji Software: Yuki Yamada of Group Finity http://www.group-finity.com/Shimeji/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ccdphbijamfkoiieehbhpmdnijmmophc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-l/ccdphbijamfkoiieehbhpmdnijmmophc |
विवरण | Kagamine Len plays on your tumblr dash. |
फ़ाइल का आकार | 139 KB |
स्थापना संख्या | 859 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2017-02-26 |
प्रकाशन तिथि | 2017-02-26 |
रेटिंग | 4.16/5 कुल 85 रेटिंग्स |
डेवलपर | 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": "Tumblr Shimeji - Kagamine Len", "description": "Kagamine Len plays on your tumblr dash.", "version": "0.5", "author": "Jarno Le Cont\u00e9", "manifest_version": 2, "icons": { "128": "icon-128.png" }, "browser_action": { "default_title": "Kagamine Len Shimeji" }, "permissions": [ "storage" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "exclude_globs": [], "include_globs": [], "js": [ "tumblr-shimeji-len.user.js" ], "matches": [ "https:\/\/www.tumblr.com\/dashboard", "https:\/\/www.tumblr.com\/tagged\/*" ], "run_at": "document_end" } ] } |