Tumblr Shimeji - Kagamine Rin
Kagamine Rin plays on your tumblr dash.
Qu'est-ce que Tumblr Shimeji - Kagamine Rin ?
Tumblr Shimeji - Kagamine Rin est une extension Chrome développée par Jarno Le Conté, et sa fonction principale est "Kagamine Rin plays on your tumblr dash.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tumblr Shimeji - Kagamine Rin
Téléchargez les fichiers d'extension Tumblr Shimeji - Kagamine Rin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | bdginklednfghffipefnkdfipklbdoab |
URL Officiel | https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-r/bdginklednfghffipefnkdfipklbdoab |
Description | Kagamine Rin plays on your tumblr dash. |
Taille du Fichier | 128 KB |
Nombre d'Installations | 2,478 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2017-02-26 |
Date de Publication | 2017-02-26 |
Évaluation | 3.90/5 Total 51 Évaluations |
Développeur | Jarno Le Conté |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://hckr-me.tumblr.com/shimeji |
URL de la Page d'Aide | http://hckr-me.tumblr.com/shimeji |
URL de la Page de Politique de Confidentialité | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Langues Prises en Charge | 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" } ] } |