9GAG Enhancer

The easiest way to have even more fun on 9GAG!

9GAG Enhancer क्या है?

9GAG Enhancer https://www.hyrioo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to have even more fun on 9GAG!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The easiest way to have even more fun on 9GAG!                    

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

नाम 9GAG Enhancer 9GAG Enhancer
ID hkgekboaiglckocckkledkfcocbjnnfk
आधिकारिक URL https://chromewebstore.google.com/detail/9gag-enhancer/hkgekboaiglckocckkledkfcocbjnnfk
विवरण The easiest way to have even more fun on 9GAG!
फ़ाइल का आकार 147 KB
स्थापना संख्या 93
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-04-01
प्रकाशन तिथि 2016-03-31
रेटिंग 3.57/5 कुल 7 रेटिंग्स
डेवलपर https://www.hyrioo.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9GAG Enhancer",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/9gag.com\/*",
        "*:\/\/*.9cache.com\/*"
    ],
    "incognito": "spanning",
    "content_scripts": [
        {
            "js": [
                "js\/jquery-plugins\/jquery.min.js",
                "js\/content-scripts\/9gag.min.js"
            ],
            "css": [
                "css\/9gag.css"
            ],
            "matches": [
                "*:\/\/9gag.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/9gag.com\/tv*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "html\/background.html"
    },
    "options_page": "html\/options.html",
    "icons": {
        "128": "graphic\/logo\/logo-128.png"
    },
    "web_accessible_resources": [
        "html\/options.html"
    ]
}