Gleam AutoTune
Auto complete tasks on Gleam
What is Gleam AutoTune?
Gleam AutoTune is a Chrome extension developed by NAN Std., and its main feature is "Auto complete tasks on Gleam".
Extension Screenshots
Download Gleam AutoTune Extension CRX File
Download Gleam AutoTune extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Auto complete tasks on Gleam (Like, share, follow, join Telegram, Twitter, Discord, Facebook, Youtube, Medium) + Community airdrop + Whitelist registration
Extension Basic Information
Name | Gleam AutoTune |
ID | jncdhcpfdddmimpkeicfocmdipgaejfg |
Official URL | https://chromewebstore.google.com/detail/gleam-autotune/jncdhcpfdddmimpkeicfocmdipgaejfg |
Description | Auto complete tasks on Gleam |
File Size | 240 KB |
Installation Count | 558 |
Current Version | 1.0 |
Last Updated | 2022-07-23 |
Publish Date | 2022-04-25 |
Rating | 2.50/5 Total 6 Ratings |
Developer | NAN Std. |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } ] } |