Smart Pixiv Surfer
You can surf more smart on Pixiv with this.
Was ist Smart Pixiv Surfer?
Smart Pixiv Surfer ist eine Chrome-Erweiterung, die von https://jumtana.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "You can surf more smart on Pixiv with this.".
Erweiterungsscreenshots
Smart Pixiv Surfer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart Pixiv Surfer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Smart Pixiv Surfer |
ID | hndnhhkcidojfodlhdghbebogfblonin |
Offizielle URL | https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin |
Beschreibung | You can surf more smart on Pixiv with this. |
Dateigröße | 40.33 KB |
Installationsanzahl | 94 |
Aktuelle Version | 0.2 |
Letztes Update | 2018-02-25 |
Veröffentlichungsdatum | 2018-02-25 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://jumtana.blogspot.com |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |