Smart Pixiv Surfer

You can surf more smart on Pixiv with this.

什么是Smart Pixiv Surfer?

Smart Pixiv Surfer是由https://jumtana.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“You can surf more smart on Pixiv with this.”。

扩展截图

screenshot
screenshot

下载Smart Pixiv Surfer扩展crx文件

下载Smart Pixiv Surfer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Smart Pixiv Surfer Smart Pixiv Surfer
ID hndnhhkcidojfodlhdghbebogfblonin
官方URL https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin
简介 You can surf more smart on Pixiv with this.
文件大小 40.33 KB
安装次数 94
当前版本 0.2
更新时间 2018-02-25
上架时间 2018-02-25
评分 3.00/5 共2次评分
开发者 https://jumtana.blogspot.com
付费类型 free
支持的语言 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
}