Smart Pixiv Surfer

You can surf more smart on Pixiv with this.

Smart Pixiv Surfer क्या है?

Smart Pixiv Surfer https://jumtana.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can surf more smart on Pixiv with this."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smart Pixiv Surfer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Smart Pixiv Surfer Smart Pixiv Surfer
ID hndnhhkcidojfodlhdghbebogfblonin
आधिकारिक URL https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin
विवरण You can surf more smart on Pixiv with this.
फ़ाइल का आकार 40.33 KB
स्थापना संख्या 94
वर्तमान संस्करण 0.2
अंतिम अपडेट 2018-02-25
प्रकाशन तिथि 2018-02-25
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://jumtana.blogspot.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}