Smart Pixiv Surfer
You can surf more smart on Pixiv with this.
Qu'est-ce que Smart Pixiv Surfer ?
Smart Pixiv Surfer est une extension Chrome développée par https://jumtana.blogspot.com, et sa fonction principale est "You can surf more smart on Pixiv with this.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smart Pixiv Surfer
Téléchargez les fichiers d'extension Smart Pixiv Surfer 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
Makes ui simple and privde you good pixiv surfing! Main features are - Improve user profile page - Improve original size image view ----- UI をシンプルにして、Pixiv サーフィンを快適にします! 主な機能はこちら ・ユーザプロフィール画面の改善 ・オリジナルサイズ画像表の改善 ----- https://www.pixiv.net/member_illust.php?mode=medium&illust_id=64686719
Informations de Base sur l'Extension
Nom | Smart Pixiv Surfer |
ID | hndnhhkcidojfodlhdghbebogfblonin |
URL Officiel | https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin |
Description | You can surf more smart on Pixiv with this. |
Taille du Fichier | 40.33 KB |
Nombre d'Installations | 94 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2018-02-25 |
Date de Publication | 2018-02-25 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://jumtana.blogspot.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Pixiv Surfer", "version": "0.2", "description": "You can surf more smart on Pixiv with this.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.pixiv.net\/*" ], "css": [ "focus.css" ], "js": [ "jquery-3.2.1.min.js", "myscript.js" ] } ], "manifest_version": 2 } |