NGワードフィルター

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

Qu'est-ce que NGワードフィルター ?

NGワードフィルター est une extension Chrome développée par shinsaku.fujii, et sa fonction principale est "yahooニュース、gooニュースなどから登録した文字列を含む記事を非表示にします。 記事を取捨選択することで効率的に自分が見たい記事を読む&見たくない記事を見ないことができます。".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension NGワードフィルター

Téléchargez les fichiers d'extension NGワードフィルター au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom NGワードフィルター NGワードフィルター
ID dkabdblemabgddgnepnnjainknannaed
URL Officiel 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ニュースなどから登録した文字列を含む記事を非表示にします。 記事を取捨選択することで効率的に自分が見たい記事を読む&見たくない記事を見ないことができます。
Taille du Fichier 1.12 MB
Nombre d'Installations 1,001
Version Actuelle 1.0
Dernière Mise à Jour 2020-11-11
Date de Publication 2020-11-11
Évaluation 4.50/5 Total 2 Évaluations
Développeur shinsaku.fujii
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}