PeaSuke

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

Cos'è PeaSuke?

PeaSuke è un'estensione di Chrome sviluppata da ayakomuro, e la sua funzione principale è "Change Pixiv UI/Pixivの画面をカスタマイズ".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PeaSuke

Scarica i file di estensione PeaSuke in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome PeaSuke PeaSuke
ID afjjekcblbfnjjhnlhmflbkmlfhalnka
URL Ufficiale https://chromewebstore.google.com/detail/peasuke/afjjekcblbfnjjhnlhmflbkmlfhalnka
Descrizione Change Pixiv UI/Pixivの画面をカスタマイズ
Dimensione del File 54.65 KB
Conteggio Installazioni 60
Versione Corrente 1.1.1
Ultimo Aggiornamento 2016-06-27
Data di Pubblicazione 2016-06-26
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore ayakomuro
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}