Pixiv Fullsize

Pixiv Fullsize is a browser extension that allows you to view fullsize images on Pixiv.

Pixiv Fullsize क्या है?

Pixiv Fullsize AI Ocean द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pixiv Fullsize is a browser extension that allows you to view fullsize images on Pixiv."।

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

screenshot

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

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

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

                        Introducing Pixiv Full Height Image Viewer - a Chrome extension designed to revolutionize the way you browse and enjoy artwork on Pixiv. Say goodbye to the limited grid view and embrace the full potential of your favorite artists' creations with our easy-to-use extension.

Key Features:

1. Full Height Image Display: Tired of not being able to see the entire artwork in Pixiv's grid view? Our extension automatically adjusts the grid to display images at their full height, letting you appreciate the complete composition and details of each piece without any hassle.

2. Lightweight and Efficient: We've optimized Pixiv Full Height Image Viewer to be fast and efficient, ensuring that it doesn't slow down your browser or negatively impact your browsing experience.

3. Easy to Install and Use: Pixiv Full Height Image Viewer is simple to install and requires no configuration. Just add the extension to your Chrome browser, and you're ready to enjoy a superior Pixiv browsing experience.

Discover a new world of artistic inspiration with Pixiv Full Height                    

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

नाम Pixiv Fullsize Pixiv Fullsize
ID pnhgnekhojakfnoofbccphncgkckkmci
आधिकारिक URL https://chromewebstore.google.com/detail/pixiv-fullsize/pnhgnekhojakfnoofbccphncgkckkmci
विवरण Pixiv Fullsize is a browser extension that allows you to view fullsize images on Pixiv.
फ़ाइल का आकार 4.61 KB
स्थापना संख्या 206
वर्तमान संस्करण 1.0.16
अंतिम अपडेट 2023-04-05
प्रकाशन तिथि 2022-09-09
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर AI Ocean
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/duocdev
सहायता पृष्ठ URL https://twitter.com/duocdev
गोपनीयता नीति पृष्ठ URL https://aiocean.io/pages/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pixiv Fullsize",
    "description": "Pixiv Fullsize is a browser extension that allows you to view fullsize images on Pixiv.",
    "version": "1.0.16",
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.js.a1b3499b.279f1596.js"
            ],
            "matches": [
                "https:\/\/www.pixiv.net\/*"
            ],
            "css": [
                "assets\/content.1a65bda9.css"
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.pixiv.net\/*",
        "*:\/\/i.pximg.net\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.pixiv.net\/*"
            ],
            "resources": [
                "assets\/content.js.a1b3499b.js"
            ],
            "use_dynamic_url": true
        }
    ]
}