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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}