Spotely

Spotely

Qu'est-ce que Spotely ?

Spotely est une extension Chrome développée par fastexit ventures, et sa fonction principale est "Spotely".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Spotely

Téléchargez les fichiers d'extension Spotely au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Spotely Spotely
ID kpienifpjfjjapgpcnjijhkgcjhdagep
URL Officiel https://chromewebstore.google.com/detail/spotely/kpienifpjfjjapgpcnjijhkgcjhdagep
Description Spotely
Taille du Fichier 2.46 MB
Nombre d'Installations 93
Version Actuelle 1.68
Dernière Mise à Jour 2024-01-25
Date de Publication 2023-11-14
Évaluation 5.00/5 Total 6 Évaluations
Développeur fastexit ventures
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://fastexit.ventures/spotely/terms
Langues Prises en Charge 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"
            ]
        }
    ]
}