Smart Pixiv Surfer

You can surf more smart on Pixiv with this.

Apa itu Smart Pixiv Surfer?

Smart Pixiv Surfer adalah ekstensi Chrome yang dikembangkan oleh https://jumtana.blogspot.com, dan fitur utamanya adalah "You can surf more smart on Pixiv with this.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Smart Pixiv Surfer

Unduh file ekstensi Smart Pixiv Surfer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Smart Pixiv Surfer Smart Pixiv Surfer
ID hndnhhkcidojfodlhdghbebogfblonin
URL Resmi https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin
Deskripsi You can surf more smart on Pixiv with this.
Ukuran File 40.33 KB
Jumlah Instalasi 94
Versi Saat Ini 0.2
Terakhir Diperbarui 2018-02-25
Tanggal Publikasi 2018-02-25
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://jumtana.blogspot.com
Tipe Pembayaran free
Bahasa yang Didukung 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
}