9gag post filter

A post filter for 9GAG.com

9gag post filter क्या है?

9gag post filter amitbokodev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A post filter for 9GAG.com"।

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

screenshot

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

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

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

                        This extension is meant to fix what the 9gag devs shamelessly broke, or refuse to give us.

features include:
- BRING BACK THE DOWNVOTES
- Mark spammer accounts
- Show days next to the username on every post
- Hide users with less than X amount of days
- Hide anonymous 9GAGGER posts
- Hide users with blue chackmarks
- Hide posts by tags or words in the title


Use this extension on android with Kiwi browser.
This extension is also on FIrefox and Firefox for Android! 
Check '9gag-post-filter' on github to see how to install it                    

एक्सटेंशन की मूल जानकारी

नाम 9gag post filter 9gag post filter
ID ajkipkkhchaaccpbpkclolpebkgbmodl
आधिकारिक URL https://chromewebstore.google.com/detail/9gag-post-filter/ajkipkkhchaaccpbpkclolpebkgbmodl
विवरण A post filter for 9GAG.com
फ़ाइल का आकार 46.81 KB
स्थापना संख्या 799
वर्तमान संस्करण 1.1.6
अंतिम अपडेट 2023-06-19
प्रकाशन तिथि 2023-02-06
रेटिंग 4.60/5 कुल 15 रेटिंग्स
डेवलपर amitbokodev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/AmitBokoDev/9gag-post-filter
सहायता पृष्ठ URL https://github.com/AmitBokoDev/9gag-post-filter/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9gag post filter",
    "description": "A post filter for 9GAG.com",
    "version": "1.1.6",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "assets\/js\/jquery_slim_mini.js",
                "assets\/js\/content.js"
            ],
            "matches": [
                "https:\/\/9gag.com\/*"
            ],
            "content_security_policy": "script-src 'self' 'unsafe-inline'; object-src 'self'"
        }
    ]
}