Gleam AutoTune
Auto complete tasks on Gleam
Gleam AutoTune là gì?
Gleam AutoTune là một tiện ích mở rộng Chrome được phát triển bởi NAN Std., và tính năng chính của nó là "Auto complete tasks on Gleam".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gleam AutoTune
Tải xuống các tệp mở rộng Gleam AutoTune dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Auto complete tasks on Gleam (Like, share, follow, join Telegram, Twitter, Discord, Facebook, Youtube, Medium) + Community airdrop + Whitelist registration
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gleam AutoTune |
ID | jncdhcpfdddmimpkeicfocmdipgaejfg |
URL Chính Thức | https://chromewebstore.google.com/detail/gleam-autotune/jncdhcpfdddmimpkeicfocmdipgaejfg |
Mô tả | Auto complete tasks on Gleam |
Kích Thước Tệp | 240 KB |
Số Lần Cài Đặt | 558 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-07-23 |
Ngày Phát Hành | 2022-04-25 |
Đánh Giá | 2.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | NAN Std. |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } ] } |