iwara user filter
user filter for iwara
What is iwara user filter?
iwara user filter is a Chrome extension developed by mmd.watch, and its main feature is "user filter for iwara".
Extension Screenshots
Download iwara user filter Extension CRX File
Download iwara user filter 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
iwara.tvにNGユーザ機能を追加します この拡張機能はmofurion氏が開発したi_user_filterのfork版です ・オリジナル https://github.com/mofurion/i_user_filter ・フォーク https://github.com/mmduser1/i_user_filter
Extension Basic Information
Name | |
ID | amcbakbciimbegoailafbihegadjaocb |
Official URL | https://chrome.google.com/webstore/detail/iwara-user-filter/amcbakbciimbegoailafbihegadjaocb |
Description | user filter for iwara |
File Size | 47.16 KB |
Installation Count | 891 |
Current Version | 2.0 |
Last Updated | 2023-03-20 |
Publish Date | 2019-12-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mmd.watch |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mmduser1/i_user_filter |
Privacy Policy Page URL | https://mmduser1.github.io/privacy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "iwara user filter", "version": "2.0", "description": "user filter for iwara", "content_scripts": [ { "matches": [ "*:\/\/*.iwara.tv\/videos*", "*:\/\/*.iwara.tv\/images*" ], "js": [ "main.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html" }, "permissions": [ "storage" ] } |