pixiv image extension

Avoid 403 and display the image.

pixiv image extension란 무엇입니까?

pixiv image extension은(는) zcip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Avoid 403 and display the image."입니다.

확장 프로그램 스크린샷

screenshot

pixiv image extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        pixivの画像を直リンで閲覧する際に403 Forbiddenが表示されて悲しい気分になったことはありませんか?

この拡張を使うことで、403 Forbiddenにならずに閲覧することができます。

「Referer Control」を使えば同様のことが可能ですが、インターネットを徘徊して設定をコピペするのは面倒ですよね?このツールを使えばインストールのみで、今すぐあなたが見たい画像を見ることできます。                    

확장 프로그램 기본 정보

이름 pixiv image extension pixiv image extension
ID cpacgkdedbhileoelnmdegkedcoammhg
공식 URL https://chromewebstore.google.com/detail/pixiv-image-extension/cpacgkdedbhileoelnmdegkedcoammhg
설명 Avoid 403 and display the image.
파일 크기 20.01 KB
설치 횟수 179
현재 버전 1.0
최근 업데이트 2021-06-29
출시 날짜 2021-06-28
평점 5.00/5 총 3 개의 평점
개발자 zcip
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/zcip/pixiv-image-extension
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pixiv image extension",
    "description": "Avoid 403 and display the image.",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}