NGワードフィルター

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

Vad är NGワードフィルター?

NGワードフィルター är en Chrome-tillägg utvecklad av shinsaku.fujii, och dess huvudfunktion är "yahooニュース、gooニュースなどから登録した文字列を含む記事を非表示にします。 記事を取捨選択することで効率的に自分が見たい記事を読む&見たくない記事を見ないことができます。".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner NGワードフィルター-förlängningens CRX-fil

Ladda ner NGワードフィルター-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn NGワードフィルター NGワードフィルター
ID dkabdblemabgddgnepnnjainknannaed
Officiell webbadress 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
Beskrivning yahooニュース、gooニュースなどから登録した文字列を含む記事を非表示にします。 記事を取捨選択することで効率的に自分が見たい記事を読む&見たくない記事を見ないことができます。
Filstorlek 1.12 MB
Antal Installationer 1,001
Aktuell Version 1.0
Senast Uppdaterad 2020-11-11
Publiceringsdatum 2020-11-11
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare shinsaku.fujii
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}