9GAG Controls

Provides control functions for 9GAG.

9GAG Controls क्या है?

9GAG Controls Niklas E. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides control functions for 9GAG."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension tries to make your 9GAG experience better. It adds controls to video posts, regulates the audio volume, removes ads, hides promoted content and allows you to zoom in on posts.

Check out the GitHub repository for this project linked as "Homepage". Open an issue there to report a bug or request a feature. You can also use the chrome web store "Support" tab to do that.                    

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

नाम 9GAG Controls 9GAG Controls
ID ggaflcnplcdgjodokhjdefdobpdhdnjm
आधिकारिक URL https://chromewebstore.google.com/detail/9gag-controls/ggaflcnplcdgjodokhjdefdobpdhdnjm
विवरण Provides control functions for 9GAG.
फ़ाइल का आकार 114 KB
स्थापना संख्या 980
वर्तमान संस्करण 1.4.3
अंतिम अपडेट 2024-01-22
प्रकाशन तिथि 2020-06-22
रेटिंग 4.78/5 कुल 9 रेटिंग्स
डेवलपर Niklas E.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/niklas-englert/9GAG-Controls
सहायता पृष्ठ URL https://github.com/niklas-englert/9GAG-Controls/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "9GAG Controls",
    "description": "Provides control functions for 9GAG.",
    "version": "1.4.3",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/9gag.com\/*",
                "https:\/\/9gag.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "gag.js"
            ],
            "css": [
                "gag.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": []
}