Pixiv Filter

Hide works by specific Pixiv users and tags.

Pixiv Filter क्या है?

Pixiv Filter kazu-ux द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide works by specific Pixiv users and tags."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pixiv Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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