Pixiv Filter
Hide works by specific Pixiv users and tags.
Pixiv Filter란 무엇입니까?
Pixiv Filter은(는) kazu-ux에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide works by specific Pixiv users and tags."입니다.
확장 프로그램 스크린샷
Pixiv Filter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } ] } |