Tumblr Shimeji - Kagamine Rin
Kagamine Rin plays on your tumblr dash.
Co to jest Tumblr Shimeji - Kagamine Rin?
Tumblr Shimeji - Kagamine Rin to rozszerzenie Chrome opracowane przez Jarno Le Conté, a jego główną funkcją jest „Kagamine Rin plays on your tumblr dash.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tumblr Shimeji - Kagamine Rin
Pobierz pliki rozszerzeń Tumblr Shimeji - Kagamine Rin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bdginklednfghffipefnkdfipklbdoab |
Oficjalny URL | https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-r/bdginklednfghffipefnkdfipklbdoab |
Opis | Kagamine Rin plays on your tumblr dash. |
Rozmiar pliku | 128 KB |
Liczba instalacji | 2,478 |
Aktualna Wersja | 0.5 |
Ostatnia Aktualizacja | 2017-02-26 |
Data Publikacji | 2017-02-26 |
Ocena | 3.90/5 Łącznie 51 Oceny |
Deweloper | Jarno Le Conté |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://hckr-me.tumblr.com/shimeji |
Adres URL Strony Pomocy | http://hckr-me.tumblr.com/shimeji |
Adres URL Strony Polityki Prywatności | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Obsługiwane Języki | 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" } ] } |