Tumblr Shimeji - Kagamine Rin
Kagamine Rin plays on your tumblr dash.
Hvad er Tumblr Shimeji - Kagamine Rin?
Tumblr Shimeji - Kagamine Rin er en Chrome-udvidelse udviklet af Jarno Le Conté, og dens hovedfunktion er "Kagamine Rin plays on your tumblr dash.".
Udvidelsesskærmbilleder
Download Tumblr Shimeji - Kagamine Rin-udvidelses-CRX-fil
Download Tumblr Shimeji - Kagamine Rin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This little mascot of Kagamine Rin will be released on your tumblr dashboard, after which she 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/
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bdginklednfghffipefnkdfipklbdoab |
Officiel URL | https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-r/bdginklednfghffipefnkdfipklbdoab |
Beskrivelse | Kagamine Rin plays on your tumblr dash. |
Filstørrelse | 128 KB |
Antal Installationer | 2,478 |
Nuværende Version | 0.5 |
Senest Opdateret | 2017-02-26 |
Udgivelsesdato | 2017-02-26 |
Bedømmelse | 3.90/5 Samlet 51 Bedømmelser |
Udvikler | Jarno Le Conté |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://hckr-me.tumblr.com/shimeji |
Hjælpeside-URL | http://hckr-me.tumblr.com/shimeji |
URL til Fortrolighedspolitik Side | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tumblr Shimeji - Kagamine Rin", "description": "Kagamine Rin 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 Rin Shimeji" }, "permissions": [ "storage" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "exclude_globs": [], "include_globs": [], "js": [ "tumblr-shimeji-rin.user.js" ], "matches": [ "https:\/\/www.tumblr.com\/dashboard", "https:\/\/www.tumblr.com\/tagged\/*" ], "run_at": "document_end" } ] } |