9GAG Unwanted

Filter unwanted posts from 9GAG

9GAG Unwanted क्या है?

9GAG Unwanted wheatup द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Filter unwanted posts from 9GAG"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 9GAG Unwanted एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}