Smart Pixiv Surfer

You can surf more smart on Pixiv with this.

Cos'è Smart Pixiv Surfer?

Smart Pixiv Surfer è un'estensione di Chrome sviluppata da https://jumtana.blogspot.com, e la sua funzione principale è "You can surf more smart on Pixiv with this.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Smart Pixiv Surfer

Scarica i file di estensione Smart Pixiv Surfer 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

                        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                    

Informazioni di Base sull'Estensione

Nome Smart Pixiv Surfer Smart Pixiv Surfer
ID hndnhhkcidojfodlhdghbebogfblonin
URL Ufficiale https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin
Descrizione You can surf more smart on Pixiv with this.
Dimensione del File 40.33 KB
Conteggio Installazioni 94
Versione Corrente 0.2
Ultimo Aggiornamento 2018-02-25
Data di Pubblicazione 2018-02-25
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://jumtana.blogspot.com
Tipo di Pagamento free
Lingue Supportate 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
}