9gag GIF addon

This addon automaticaly shows you the length of every gif on the website 9gag.com

9gag GIF addon क्या है?

9gag GIF addon Blazzfreezz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This addon automaticaly shows you the length of every gif on the website 9gag.com"।

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

screenshot

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

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

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

                                            

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

नाम 9gag GIF addon 9gag GIF addon
ID giecpanbgcpgknljcmphhhfmbppmhhih
आधिकारिक URL https://chrome.google.com/webstore/detail/9gag-gif-addon/giecpanbgcpgknljcmphhhfmbppmhhih
विवरण This addon automaticaly shows you the length of every gif on the website 9gag.com
फ़ाइल का आकार 3.44 KB
स्थापना संख्या 27
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-02-06
प्रकाशन तिथि 2017-02-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Blazzfreezz
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://9gag.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag GIF addon",
    "short_name": "9gag is lyfe",
    "description": "This addon automaticaly shows you the length of every gif on the website 9gag.com",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/9gag.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ]
}