Spotely
Spotely
Cos'è Spotely?
Spotely è un'estensione di Chrome sviluppata da fastexit ventures, e la sua funzione principale è "Spotely".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spotely
Scarica i file di estensione Spotely 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
This Chrome extension helps user to create engaging social media posts based on the video. If the user wants to share the video in social media, he uses Spotely extension and Spotely provides three engaging posts for Twitter, Facebook and Linkedin based on the video script
Informazioni di Base sull'Estensione
Nome | Spotely |
ID | kpienifpjfjjapgpcnjijhkgcjhdagep |
URL Ufficiale | https://chromewebstore.google.com/detail/spotely/kpienifpjfjjapgpcnjijhkgcjhdagep |
Descrizione | Spotely |
Dimensione del File | 2.46 MB |
Conteggio Installazioni | 93 |
Versione Corrente | 1.68 |
Ultimo Aggiornamento | 2024-01-25 |
Data di Pubblicazione | 2023-11-14 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | fastexit ventures |
[email protected] | |
Tipo di Pagamento | in_app |
URL della Pagina della Politica sulla Privacy | https://fastexit.ventures/spotely/terms |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Spotely", "version": "1.68", "description": "Spotely", "host_permissions": [ "*:\/\/api-dev.fastexit.ventures\/" ], "permissions": [ "activeTab", "storage" ], "icons": { "48": "assets\/images\/icon48.png" }, "options_ui": { "page": "pages\/options.html", "open_in_tab": true }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/spotely2.png", "48": "assets\/images\/spotely2.png", "128": "assets\/images\/spotely2.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js", "assets\/js\/options.js" ] } ] } |