NGワードフィルター

yahooニュース、gooニュースなどから登録した文字列を含む記事を非表示にします。 記事を取捨選択することで効率的に自分が見たい記事を読む&見たくない記事を見ないことができます。

Wat is NGワードフィルター?

NGワードフィルター is een Chrome-extensie ontwikkeld door shinsaku.fujii, en de belangrijkste functie is "yahooニュース、gooニュースなどから登録した文字列を含む記事を非表示にします。 記事を取捨選択することで効率的に自分が見たい記事を読む&見たくない記事を見ないことができます。".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie NGワードフィルター

Download NGワードフィルター-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        yahooニュース、gooニュースなどから登録した文字列を含む記事を非表示にします。
記事を取捨選択することで効率的に自分が見たい記事を読む&見たくない記事を見ないことができます。                    

Basisinformatie over de Extensie

Naam NGワードフィルター NGワードフィルター
ID dkabdblemabgddgnepnnjainknannaed
Officiële 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
Beschrijving yahooニュース、gooニュースなどから登録した文字列を含む記事を非表示にします。 記事を取捨選択することで効率的に自分が見たい記事を読む&見たくない記事を見ないことができます。
Bestandsgrootte 1.12 MB
Aantal Installaties 1,001
Huidige Versie 1.0
Laatst Bijgewerkt 2020-11-11
Publicatiedatum 2020-11-11
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar shinsaku.fujii
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}