Gleam AutoTune

Auto complete tasks on Gleam

Gleam AutoTuneคืออะไร?

Gleam AutoTune เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NAN Std. และคุณลักษณะหลักของมันคือ "Auto complete tasks on Gleam"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gleam AutoTune

ดาวน์โหลดไฟล์ส่วนขยาย Gleam AutoTune ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
        }
    ]
}