Smart Pixiv Surfer
You can surf more smart on Pixiv with this.
Wat is Smart Pixiv Surfer?
Smart Pixiv Surfer is een Chrome-extensie ontwikkeld door https://jumtana.blogspot.com, en de belangrijkste functie is "You can surf more smart on Pixiv with this.".
Extensie Screenshots
Download het CRX-bestand van de extensie Smart Pixiv Surfer
Download Smart Pixiv Surfer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Smart Pixiv Surfer |
ID | hndnhhkcidojfodlhdghbebogfblonin |
Officiële URL | https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin |
Beschrijving | You can surf more smart on Pixiv with this. |
Bestandsgrootte | 40.33 KB |
Aantal Installaties | 94 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2018-02-25 |
Publicatiedatum | 2018-02-25 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://jumtana.blogspot.com |
Betalingswijze | free |
Ondersteunde Talen | 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 } |