Stackednaks Extension Pro
Stackednaks Extension Pro
Cos'è Stackednaks Extension Pro?
Stackednaks Extension Pro è un'estensione di Chrome sviluppata da stackednaks, e la sua funzione principale è "Stackednaks Extension Pro".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stackednaks Extension Pro
Scarica i file di estensione Stackednaks Extension Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
ZedRun stable manager. StackedNaks can now live inside your browser when entering races. Built using the advanced data provided by www.stackednaks.com, see the competitions strengths before entering races.
Informazioni di Base sull'Estensione
Nome | Stackednaks Extension Pro |
ID | ehjafdlpijlcfiapceahjfoibmfnkfcj |
URL Ufficiale | https://chromewebstore.google.com/detail/stackednaks-extension-pro/ehjafdlpijlcfiapceahjfoibmfnkfcj |
Descrizione | Stackednaks Extension Pro |
Dimensione del File | 409 KB |
Conteggio Installazioni | 2,146 |
Versione Corrente | 4.0.51 |
Ultimo Aggiornamento | 2024-01-07 |
Data di Pubblicazione | 2021-09-02 |
Valutazione | 4.93/5 Totale 57 Valutazioni |
Sviluppatore | stackednaks |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://zlead.vercel.app/ |
URL della Pagina di Aiuto | https://zlead.vercel.app/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stackednaks Extension Pro", "description": "Stackednaks Extension Pro", "version": "4.0.51", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "popup.html", "default_title": "Stackednaks", "default_icon": "icon.png" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/zed.run\/*" ], "js": [ "contentScript.js" ] } ] } |