PeaSuke

Change Pixiv UI/Pixivの画面をカスタマイズ

What is PeaSuke?

PeaSuke is a Chrome extension developed by ayakomuro, and its main feature is "Change Pixiv UI/Pixivの画面をカスタマイズ".

Extension Screenshots

screenshot

Download PeaSuke Extension CRX File

Download PeaSuke 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

                        Pixivで表示を色々変えて楽しい日々を送ることが出来ます。
出来る事
・ピンボードのカスタマイズ
・タグ検索時の
・・特定のユーザーの作品非表示
・・ブックマーク数非表示
・作品ページでの閲覧数非表示
・タイトル・キャプション検索を簡単に行う                    

Extension Basic Information

Name PeaSuke PeaSuke
ID afjjekcblbfnjjhnlhmflbkmlfhalnka
Official URL https://chromewebstore.google.com/detail/peasuke/afjjekcblbfnjjhnlhmflbkmlfhalnka
Description Change Pixiv UI/Pixivの画面をカスタマイズ
File Size 54.65 KB
Installation Count 60
Current Version 1.1.1
Last Updated 2016-06-27
Publish Date 2016-06-26
Rating 2.33/5 Total 3 Ratings
Developer ayakomuro
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PeaSuke",
    "version": "1.1.1",
    "short_name": "Pixiv Custom UI",
    "description": "Change Pixiv UI\/Pixiv\u306e\u753b\u9762\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba",
    "author": "@ayakomuro",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.pixiv.net\/*"
            ],
            "js": [
                "jquery-3.0.0.min.js",
                "options.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "UI Setting"
    },
    "permissions": [
        "storage"
    ]
}