AWESOME 9GAG

Make 9gag great again!

AWESOME 9GAG क्या है?

AWESOME 9GAG layonez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make 9gag great again!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Hello, dear apache helicopter! This extension will add subscribe button to each user in comment section. Also it adds new navigation elements to post page and highlights OP. 

It brings back OP to the bottom of the post and finds out if that is @dmin post or not.
If OP hasn't commented his post the app will add ANONYMOUS badge to it.

Subscribe to good content creators and make them swim in your upvotes.                    

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

नाम AWESOME 9GAG AWESOME 9GAG
ID oodeeahncbhaoblnmlidbhfgnfakelif
आधिकारिक URL https://chromewebstore.google.com/detail/awesome-9gag/oodeeahncbhaoblnmlidbhfgnfakelif
विवरण Make 9gag great again!
फ़ाइल का आकार 759 KB
स्थापना संख्या 18
वर्तमान संस्करण 0.9.2
अंतिम अपडेट 2016-10-02
प्रकाशन तिथि 2016-10-02
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर layonez
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AWESOME 9GAG",
    "version": "0.9.2",
    "manifest_version": 2,
    "description": "Make 9gag great again!",
    "homepage_url": "http:\/\/9gag.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Make 9gag great again!",
        "default_popup": "popup\/browser_action.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contentSettings",
        "notifications",
        "alarms",
        "*:\/\/*.9gag.com\/*",
        "activeTab",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.9gag.com\/*",
                "*:\/\/9gag.com\/*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/mycss.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/dbutt.gif",
        "icons\/where.gif",
        "scripts\/myscript.js",
        "scripts\/vendors\/jquery\/jquery.min.js"
    ]
}