NGワードフィルター
yahooニュース、gooニュースなどから登録した文字列を含む記事を非表示にします。 記事を取捨選択することで効率的に自分が見たい記事を読む&見たくない記事を見ないことができます。
What is NGワードフィルター?
NGワードフィルター is a Chrome extension developed by shinsaku.fujii, and its main feature is "yahooニュース、gooニュースなどから登録した文字列を含む記事を非表示にします。 記事を取捨選択することで効率的に自分が見たい記事を読む&見たくない記事を見ないことができます。".
Extension Screenshots
Download NGワードフィルター Extension CRX File
Download NGワードフィルター 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
yahooニュース、gooニュースなどから登録した文字列を含む記事を非表示にします。 記事を取捨選択することで効率的に自分が見たい記事を読む&見たくない記事を見ないことができます。
Extension Basic Information
Name | NGワードフィルター |
ID | dkabdblemabgddgnepnnjainknannaed |
Official URL | https://chromewebstore.google.com/detail/ng%E3%83%AF%E3%83%BC%E3%83%89%E3%83%95%E3%82%A3%E3%83%AB%E3%82%BF%E3%83%BC/dkabdblemabgddgnepnnjainknannaed |
Description | yahooニュース、gooニュースなどから登録した文字列を含む記事を非表示にします。 記事を取捨選択することで効率的に自分が見たい記事を読む&見たくない記事を見ないことができます。 |
File Size | 1.12 MB |
Installation Count | 1,001 |
Current Version | 1.0 |
Last Updated | 2020-11-11 |
Publish Date | 2020-11-11 |
Rating | 4.50/5 Total 2 Ratings |
Developer | shinsaku.fujii |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NG\u30ef\u30fc\u30c9\u30d5\u30a3\u30eb\u30bf\u30fc", "manifest_version": 2, "version": "1.0", "browser_action": { "default_title": "NG\u30ef\u30fc\u30c9\u30d5\u30a3\u30eb\u30bf\u30fc", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "run_at": "document_end", "js": [ "jquery.min.js", "js\/content_script.js" ], "matches": [ "*:\/\/www.yahoo.co.jp\/*", "*:\/\/news.yahoo.co.jp\/*", "*:\/\/www.goo.ne.jp\/*", "http:\/\/blog.esuteru.com\/*", "http:\/\/jin115.com\/*" ] } ], "permissions": [ "storage" ] } |