9GAG Mini

Have a good laugh, even when you're not on 9GAG.

9GAG Mini क्या है?

9GAG Mini https://9gag.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Have a good laugh, even when you're not on 9GAG."।

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

screenshot
screenshot

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

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

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

                        9GAG makes having fun a part of daily life for anyone, anytime, anywhere in the world.

This extension shows the latest HOT fun on 9GAG and you can:

* Use your keyboard left and right arrow keys to view the previous and next fun
* Share the fun with friends via Facebook, Twitter, email, etc
* Turn on/off the pop up notifications
* Support GIF

No need to hide 9GAG from your boss or teacher because all the fun is visible right in your browser:

* All the HOT fun is shown in a small window with one click
* A red number in your bookmark bar lets you know how much HOT fun you haven't read
* Click on the fun to go to 9GAG to have even more fun

WARNING: Keep your poker face. Don't laugh too loud.                    

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

नाम 9GAG Mini 9GAG Mini
ID inmkmihphgjhmeabggdcokmkjhbnmdml
आधिकारिक URL https://chromewebstore.google.com/detail/9gag-mini/inmkmihphgjhmeabggdcokmkjhbnmdml
विवरण Have a good laugh, even when you're not on 9GAG.
फ़ाइल का आकार 258 KB
स्थापना संख्या 14,019
वर्तमान संस्करण 0.76
अंतिम अपडेट 2014-06-10
प्रकाशन तिथि 2014-06-10
रेटिंग 3.80/5 कुल 263 रेटिंग्स
डेवलपर https://9gag.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://9gag.com/
सहायता पृष्ठ URL http://9gag.com/contact
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9GAG Mini",
    "version": "0.76",
    "manifest_version": 2,
    "description": "Have a good laugh, even when you're not on 9GAG.",
    "icons": {
        "128": "img\/logo_128x128.png",
        "48": "img\/logo_48x48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/9gag.com\/*",
                "*:\/\/*.9gag.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/is-install.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/connect.facebook.net https:\/\/www.facebook.com; object-src 'self'",
    "permissions": [
        "tabs",
        "notifications",
        "*:\/\/9gag.com\/*",
        "*:\/\/*.9gag.com\/*"
    ]
}