pixiv image extension
Avoid 403 and display the image.
What is pixiv image extension?
pixiv image extension is a Chrome extension developed by zcip, and its main feature is "Avoid 403 and display the image.".
Extension Screenshots
Download pixiv image extension Extension CRX File
Download pixiv image extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
pixivの画像を直リンで閲覧する際に403 Forbiddenが表示されて悲しい気分になったことはありませんか? この拡張を使うことで、403 Forbiddenにならずに閲覧することができます。 「Referer Control」を使えば同様のことが可能ですが、インターネットを徘徊して設定をコピペするのは面倒ですよね?このツールを使えばインストールのみで、今すぐあなたが見たい画像を見ることできます。
Extension Basic Information
Name | pixiv image extension |
ID | cpacgkdedbhileoelnmdegkedcoammhg |
Official URL | https://chromewebstore.google.com/detail/pixiv-image-extension/cpacgkdedbhileoelnmdegkedcoammhg |
Description | Avoid 403 and display the image. |
File Size | 20.01 KB |
Installation Count | 179 |
Current Version | 1.0 |
Last Updated | 2021-06-29 |
Publish Date | 2021-06-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | zcip |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zcip/pixiv-image-extension |
Supported Languages | 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": [ "*:\/\/*\/*" ] } |