AutoJoin for SteamGifts

Automatically enters giveaways from Steamgifts.com and site enhancements

AutoJoin for SteamGifts क्या है?

AutoJoin for SteamGifts Geku द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically enters giveaways from Steamgifts.com and site enhancements"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Extension adds some features to SteamGifts.com:

• AutoJoin (join everything you see on the page)
• Infinite scroll (giveaways load dynamically as you scroll)
• Button to Join or Leave giveaway on the main page
• Improved hiding giveaway: no need to confirm and reload page
• Hide all DLC giveaways
• Night Theme

And some other features

Github page: https://github.com/ge-ku/AutoJoin-for-SteamGifts                    

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

नाम AutoJoin for SteamGifts AutoJoin for SteamGifts
ID bchhlccjhoedhhegglilngpbnldfcidc
आधिकारिक URL https://chromewebstore.google.com/detail/autojoin-for-steamgifts/bchhlccjhoedhhegglilngpbnldfcidc
विवरण Automatically enters giveaways from Steamgifts.com and site enhancements
फ़ाइल का आकार 116 KB
स्थापना संख्या 13,238
वर्तमान संस्करण 1.9.5
अंतिम अपडेट 2023-10-12
प्रकाशन तिथि 2020-03-04
रेटिंग 4.65/5 कुल 617 रेटिंग्स
डेवलपर Geku
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://steamcommunity.com/groups/autojoin
सहायता पृष्ठ URL https://steamcommunity.com/groups/autojoin
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "js\/backgroundpage.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "css": [
                "css\/general.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/autoentry.js",
                "js\/misc.js",
                "js\/settings.js"
            ],
            "matches": [
                "*:\/\/www.steamgifts.com\/",
                "*:\/\/www.steamgifts.com\/giveaways\/search?*",
                "*:\/\/www.steamgifts.com\/game\/*",
                "*:\/\/steamgifts.com\/",
                "*:\/\/steamgifts.com\/giveaways\/search?*",
                "*:\/\/steamgifts.com\/game\/*"
            ]
        },
        {
            "js": [
                "js\/autojoinSteamQueue.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/*"
            ]
        },
        {
            "css": [
                "css\/general.css"
            ],
            "js": [
                "js\/misc.js"
            ],
            "matches": [
                "*:\/\/steamgifts.com\/giveaways\/created\/*",
                "*:\/\/www.steamgifts.com\/giveaways\/created\/*",
                "*:\/\/steamgifts.com\/giveaways\/entered\/*",
                "*:\/\/www.steamgifts.com\/giveaways\/entered\/*",
                "*:\/\/steamgifts.com\/giveaways\/won\/*",
                "*:\/\/www.steamgifts.com\/giveaways\/won\/*",
                "*:\/\/steamgifts.com\/trades\/*",
                "*:\/\/www.steamgifts.com\/trades\/*",
                "*:\/\/steamgifts.com\/sales\/*",
                "*:\/\/www.steamgifts.com\/sales\/*",
                "*:\/\/steamgifts.com\/discussions\/*",
                "*:\/\/www.steamgifts.com\/discussions\/*",
                "*:\/\/steamgifts.com\/discussion\/*",
                "*:\/\/www.steamgifts.com\/discussion\/*",
                "*:\/\/steamgifts.com\/about\/*",
                "*:\/\/www.steamgifts.com\/about\/*",
                "*:\/\/steamgifts.com\/support\/*",
                "*:\/\/www.steamgifts.com\/support\/*",
                "*:\/\/steamgifts.com\/messages\/*",
                "*:\/\/www.steamgifts.com\/messages\/*",
                "*:\/\/steamgifts.com\/account\/*",
                "*:\/\/www.steamgifts.com\/account\/*",
                "*:\/\/steamgifts.com\/trade\/*",
                "*:\/\/www.steamgifts.com\/trade\/*",
                "*:\/\/steamgifts.com\/users\/*",
                "*:\/\/www.steamgifts.com\/users\/*",
                "*:\/\/steamgifts.com\/user\/*",
                "*:\/\/www.steamgifts.com\/user\/*",
                "*:\/\/steamgifts.com\/giveaway\/*",
                "*:\/\/www.steamgifts.com\/giveaway\/*",
                "*:\/\/steamgifts.com\/legal\/*",
                "*:\/\/www.steamgifts.com\/legal\/*"
            ]
        }
    ],
    "icons": {
        "128": "media\/autologo.png",
        "16": "media\/autologo16.png",
        "48": "media\/autologo48.png"
    },
    "manifest_version": 2,
    "name": "AutoJoin for SteamGifts",
    "short_name": "AutoJoin",
    "description": "Automatically enters giveaways from Steamgifts.com and site enhancements",
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "*:\/\/www.steamgifts.com\/*",
        "*:\/\/store.steampowered.com\/*"
    ],
    "optional_permissions": [
        "*:\/\/steamcommunity.com\/profiles\/*"
    ],
    "version": "1.9.5",
    "web_accessible_resources": [
        "html\/settings.html",
        "css\/night.css",
        "media\/audio.mp3"
    ],
    "options_ui": {
        "page": "html\/settings.html",
        "chrome_style": true
    }
}