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
}