Pixiv Fullsize

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

什么是Pixiv Fullsize?

Pixiv Fullsize是由AI Ocean开发的Chrome扩展程序,该扩展的主要功能是“Pixiv Fullsize is a browser extension that allows you to view fullsize images on Pixiv.”。

扩展截图

screenshot

下载Pixiv Fullsize扩展crx文件

下载Pixiv Fullsize扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
        }
    ]
}