Gleam AutoTune
Auto complete tasks on Gleam
Wat is Gleam AutoTune?
Gleam AutoTune is een Chrome-extensie ontwikkeld door NAN Std., en de belangrijkste functie is "Auto complete tasks on Gleam".
Extensie Screenshots
Download het CRX-bestand van de extensie Gleam AutoTune
Download Gleam AutoTune-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Auto complete tasks on Gleam (Like, share, follow, join Telegram, Twitter, Discord, Facebook, Youtube, Medium)
+ Community airdrop
+ Whitelist registration Basisinformatie over de Extensie
| Naam | |
| ID | jncdhcpfdddmimpkeicfocmdipgaejfg |
| Officiële URL | https://chromewebstore.google.com/detail/gleam-autotune/jncdhcpfdddmimpkeicfocmdipgaejfg |
| Beschrijving | Auto complete tasks on Gleam |
| Bestandsgrootte | 240 KB |
| Aantal Installaties | 558 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-07-23 |
| Publicatiedatum | 2022-04-25 |
| Beoordeling | 2.50/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | NAN Std. |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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": []
}
]
} | |