Smart Pixiv Surfer

You can surf more smart on Pixiv with this.

What is Smart Pixiv Surfer?

Smart Pixiv Surfer is a Chrome extension developed by https://jumtana.blogspot.com, and its main feature is "You can surf more smart on Pixiv with this.".

Extension Screenshots

screenshot
screenshot

Download Smart Pixiv Surfer Extension CRX File

Download Smart Pixiv Surfer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Smart Pixiv Surfer Smart Pixiv Surfer
ID hndnhhkcidojfodlhdghbebogfblonin
Official URL https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin
Description You can surf more smart on Pixiv with this.
File Size 40.33 KB
Installation Count 94
Current Version 0.2
Last Updated 2018-02-25
Publish Date 2018-02-25
Rating 3.00/5 Total 2 Ratings
Developer https://jumtana.blogspot.com
Payment Type free
Supported Languages 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
}