Smart Pixiv Surfer

You can surf more smart on Pixiv with this.

Smart Pixiv Surfer là gì?

Smart Pixiv Surfer là một tiện ích mở rộng Chrome được phát triển bởi https://jumtana.blogspot.com, và tính năng chính của nó là "You can surf more smart on Pixiv with this.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smart Pixiv Surfer

Tải xuống các tệp mở rộng Smart Pixiv Surfer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Smart Pixiv Surfer Smart Pixiv Surfer
ID hndnhhkcidojfodlhdghbebogfblonin
URL Chính Thức https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin
Mô tả You can surf more smart on Pixiv with this.
Kích Thước Tệp 40.33 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2018-02-25
Ngày Phát Hành 2018-02-25
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://jumtana.blogspot.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}