Gleam AutoTune

Auto complete tasks on Gleam

Gleam AutoTune क्या है?

Gleam AutoTune NAN Std. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto complete tasks on Gleam"।

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

screenshot
screenshot

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

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

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

                        Auto complete tasks on Gleam (Like, share, follow, join Telegram, Twitter, Discord, Facebook, Youtube, Medium)
+ Community airdrop
+ Whitelist registration                    

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

नाम Gleam AutoTune Gleam AutoTune
ID jncdhcpfdddmimpkeicfocmdipgaejfg
आधिकारिक URL https://chromewebstore.google.com/detail/gleam-autotune/jncdhcpfdddmimpkeicfocmdipgaejfg
विवरण Auto complete tasks on Gleam
फ़ाइल का आकार 240 KB
स्थापना संख्या 558
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-07-23
प्रकाशन तिथि 2022-04-25
रेटिंग 2.50/5 कुल 6 रेटिंग्स
डेवलपर NAN Std.
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gleam AutoTune",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Auto complete tasks on Gleam",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon.png",
            "38": "images\/icon.png"
        },
        "default_title": "Gleam AutoTune",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/us-central1-gleam-autotune.cloudfunctions.net\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gleam.io\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/web.telegram.org\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/discord.com\/*",
                "https:\/\/oauth.telegram.org\/*",
                "https:\/\/medium.com\/*"
            ],
            "js": [
                "scripts\/content.js",
                "scripts\/lib\/bootstrap.min.js"
            ],
            "css": [
                "styles\/font.css",
                "styles\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/resources\/gleam.js",
                "styles\/gleam.css"
            ],
            "matches": [
                "https:\/\/gleam.io\/*"
            ],
            "extension_ids": []
        }
    ]
}