9Gag enhancer

Allows to download images

9Gag enhancer क्या है?

9Gag enhancer https://mantas.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows to download images"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension allows to download 9gag.com images in .jpeg instead of .webp format. Underneath image on right side the is separate download icon for conveniently download image without hassle. Also, it modifies HTML so browser is forced to download ..jpeg file format when user clicks right mouse  button on image.

Video controls can be shown on videos and GIFs automatically.
Videos can be set to auto play with sound.

Triple clicking on empty space or quickly scrolling up and down at least four times,  extension automatically opens predefined web page, if manager unexpectedly appears next to your table.

Background and text colors can be customized. This still needs some (a lot) improvement.

Quickly search and insert gifs or images from https://memeful.com/ to comments using new icon in comment box.                    

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

नाम 9Gag enhancer 9Gag enhancer
ID onilkijoikplbmmjmeahnmffhpafcgai
आधिकारिक URL https://chromewebstore.google.com/detail/9gag-enhancer/onilkijoikplbmmjmeahnmffhpafcgai
विवरण Allows to download images
फ़ाइल का आकार 210 KB
स्थापना संख्या 49
वर्तमान संस्करण 1.3.3
अंतिम अपडेट 2022-12-31
प्रकाशन तिथि 2020-08-05
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://mantas.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/piktasdiedas/9gagenhancer
सहायता पृष्ठ URL https://mantas.app
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "9Gag enhancer",
    "description": "Allows to download images",
    "version": "1.3.3",
    "icons": {
        "16": "images\/icons\/i_16.png",
        "24": "images\/icons\/i_24.png",
        "32": "images\/icons\/i_32.png",
        "128": "images\/icons\/i_128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icons\/i_16.png",
            "24": "images\/icons\/i_24.png",
            "32": "images\/icons\/i_32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/9gag.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.*"
            ],
            "matches": [
                "https:\/\/9gag.com\/*"
            ]
        }
    ]
}