Gleam AutoTune

Auto complete tasks on Gleam

Gleam AutoTune란 무엇입니까?

Gleam AutoTune은(는) NAN Std.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto complete tasks on Gleam"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Gleam AutoTune 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": []
        }
    ]
}