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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}