Pixiv Filter

Hide works by specific Pixiv users and tags.

Pixiv Filterคืออะไร?

Pixiv Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kazu-ux และคุณลักษณะหลักของมันคือ "Hide works by specific Pixiv users and tags."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixiv Filter

ดาวน์โหลดไฟล์ส่วนขยาย Pixiv Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hide illustrations, comics, novels, and ugoira of users and tags you don't want to see on Pixiv.

Currently, only the search page is supported. The top page is not supported.

If you want to block a user or tag, click the plus button next to it.

You can see the list of blocked users and tags in the settings screen of this extension. It is also possible to remove users and tags from the list.

This extension is open source and is available on GitHub.
Reviews, bug reports, and requests for additional features are welcome.

[Update History]
v 1.3.0
Performance Improvements.

v1.2.0
Supported Manifest v3.
Supported novels.
Fixed the design of the settings screen.

v1.1.0
Added support for English.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pixiv Filter Pixiv Filter
ID obnpnnkehjbeplkmddefoofjcmpgdgpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pixiv-filter/obnpnnkehjbeplkmddefoofjcmpgdgpm
คำอธิบาย Hide works by specific Pixiv users and tags.
ขนาดไฟล์ 72.64 KB
จำนวนการติดตั้ง 4,320
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2022-10-30
วันที่เผยแพร่ 2021-05-20
คะแนน 4.38/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา kazu-ux
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kazu-ux/PixivFilter
URL หน้าช่วยเหลือ https://github.com/kazu-ux/PixivFilter
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "Pixiv Filter",
    "version": "1.3.0",
    "description": "__MSG_Description__",
    "icons": {
        "128": "public\/icons\/128.png"
    },
    "options_page": "index.html",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.pixiv.net\/ajax\/search\/top\/*",
        "https:\/\/www.pixiv.net\/ajax\/search\/illustrations\/*",
        "https:\/\/www.pixiv.net\/ajax\/search\/manga\/*",
        "https:\/\/www.pixiv.net\/ajax\/search\/novels\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content_script.ts.1ddb32d1.bdd709bf.js"
            ],
            "matches": [
                "https:\/\/www.pixiv.net\/*"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/content_script.cfaea3d6.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.pixiv.net\/*"
            ],
            "resources": [
                "assets\/chrome_storage.2745ba80.js",
                "assets\/works_style.0e52d603.js",
                "assets\/content_script.ts.1ddb32d1.js"
            ],
            "use_dynamic_url": true
        }
    ]
}