PeaSuke

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

Wat is PeaSuke?

PeaSuke is een Chrome-extensie ontwikkeld door ayakomuro, en de belangrijkste functie is "Change Pixiv UI/Pixivの画面をカスタマイズ".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PeaSuke

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

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

Basisinformatie over de Extensie

Naam PeaSuke PeaSuke
ID afjjekcblbfnjjhnlhmflbkmlfhalnka
Officiële URL https://chromewebstore.google.com/detail/peasuke/afjjekcblbfnjjhnlhmflbkmlfhalnka
Beschrijving Change Pixiv UI/Pixivの画面をカスタマイズ
Bestandsgrootte 54.65 KB
Aantal Installaties 60
Huidige Versie 1.1.1
Laatst Bijgewerkt 2016-06-27
Publicatiedatum 2016-06-26
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar ayakomuro
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}