9GAG Unwanted

Filter unwanted posts from 9GAG

9GAG Unwantedとは何ですか?

9GAG Unwantedはwheatupによって開発されたChromeの拡張機能で、その主な機能は「Filter unwanted posts from 9GAG」です。

拡張機能のスクリーンショット

screenshot
screenshot

9GAG Unwanted拡張機能のCRXファイルをダウンロード

9GAG Unwanted拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Block 9GAG posts based on tags and post titles!                    

拡張機能の基本情報

名前 9GAG Unwanted 9GAG Unwanted
ID lnldkhdgiphhdgdfmjgpcgpihggimppd
公式URL https://chromewebstore.google.com/detail/9gag-unwanted/lnldkhdgiphhdgdfmjgpcgpihggimppd
説明 Filter unwanted posts from 9GAG
ファイルサイズ 179 KB
インストール数 86
現在のバージョン 0.2.2
最終更新日 2024-02-15
公開日 2022-09-21
評価 3.67/5 合計 3 レビュー
開発者 wheatup
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "9GAG Unwanted",
    "short_name": "9GAG Unwanted",
    "version": "0.2.2",
    "description": "Filter unwanted posts from 9GAG",
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.9gag.com\/*"
    ],
    "author": "wheatup",
    "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/9gag-unwanted\/lnldkhdgiphhdgdfmjgpcgpihggimppd",
    "action": {
        "default_popup": "popup.html",
        "default_title": "9GAG Unwanted",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "matches": [
                "*:\/\/*.9gag.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}