Imgurian Tweaks

Adds new features to imgur. You can change the loading gif, add back the upvote/downvote (ratings) bar, much more!

Imgurian Tweaks क्या है?

Imgurian Tweaks Vipul Kashyap द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds new features to imgur. You can change the loading gif, add back the upvote/downvote (ratings) bar, much more!"।

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

screenshot
screenshot

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

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

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

                        This extension allows for customization of the imgur website.

Current features include:
- Ability to change loading gif
- Adding the original ratings bar (upvote/downvote bar)
- Imgur notifications
- Removing the side gallery
- Increasing the size of the main image
- Adding a "YOU" tag to comments that you write
- Adding a "STAFF" tag to comments that imgur employees write

You can also easily stay updated on your gallery submissions.

Feel free to request more features! 

You can contact me on imgur @patatocannon

Hope you guys enjoy it.                    

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

नाम Imgurian Tweaks Imgurian Tweaks
ID hljlokiakakknbbkpcoaceibkjmffnkp
आधिकारिक URL https://chrome.google.com/webstore/detail/imgurian-tweaks/hljlokiakakknbbkpcoaceibkjmffnkp
विवरण Adds new features to imgur. You can change the loading gif, add back the upvote/downvote (ratings) bar, much more!
फ़ाइल का आकार 207 KB
स्थापना संख्या 388
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2016-08-21
प्रकाशन तिथि 2016-08-21
रेटिंग 4.62/5 कुल 21 रेटिंग्स
डेवलपर Vipul Kashyap
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgurian Tweaks",
    "description": "Adds new features to imgur. You can change the loading gif, add back the upvote\/downvote (ratings) bar, much more!",
    "version": "1.7.0",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "contextMenus",
        "notifications",
        "*:\/\/*.imgur.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/imgur.com\/*"
            ],
            "js": [
                "js\/jquery-2.1.4.min.js",
                "js\/content.js",
                "js\/messageloader.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-2.1.4.min.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "res\/16x16.png",
        "48": "res\/icon.png",
        "128": "res\/icon.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "res\/loader.gif",
        "res\/marquee.png",
        "res\/fullscreen-enter-8x.png",
        "res\/fullscreen-exit-8x.png",
        "release_notes\/index.html"
    ]
}