Tumblr Shimeji - Kagamine Len
Kagamine Len plays on your tumblr dash.
Qu'est-ce que Tumblr Shimeji - Kagamine Len ?
Tumblr Shimeji - Kagamine Len est une extension Chrome développée par Jarno Le Conté, et sa fonction principale est "Kagamine Len plays on your tumblr dash.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tumblr Shimeji - Kagamine Len
Téléchargez les fichiers d'extension Tumblr Shimeji - Kagamine Len 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 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/
Informations de Base sur l'Extension
Nom | |
ID | ccdphbijamfkoiieehbhpmdnijmmophc |
URL Officiel | https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-l/ccdphbijamfkoiieehbhpmdnijmmophc |
Description | Kagamine Len plays on your tumblr dash. |
Taille du Fichier | 139 KB |
Nombre d'Installations | 859 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2017-02-26 |
Date de Publication | 2017-02-26 |
Évaluation | 4.16/5 Total 85 É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 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" } ] } |