Nosto

Connect Nosto to Chrome so you can quickly and easily perform various actions with user-generated content directly from your…

Qu'est-ce que Nosto ?

Nosto est une extension Chrome développée par Nosto, et sa fonction principale est "Connect Nosto to Chrome so you can quickly and easily perform various actions with user-generated content directly from your…".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Nosto 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

                        Connect Nosto to Chrome so you can quickly and easily perform various actions with user-generated content directly from your browser.

With this extension, you can: 
- Aggregate content from any social network into Nosto. 
- Send rights requests to creators. 
- Use your earned content across the web.
- All within Chrome. 

Why should you add the Nosto Chrome extension? 
Fuel your asset library with any great piece of content you find on your way.
Save time and effort in managing rights requests for any user-generated content.
Make your user-generated content readily available for publishing anywhere.                    

Informations de Base sur l'Extension

Nom Nosto Nosto
ID gaphablicmnhfaekbnomijgopiifgodo
URL Officiel https://chromewebstore.google.com/detail/nosto/gaphablicmnhfaekbnomijgopiifgodo
Description Connect Nosto to Chrome so you can quickly and easily perform various actions with user-generated content directly from your…
Taille du Fichier 11.51 MB
Nombre d'Installations 85
Version Actuelle 3.7
Dernière Mise à Jour 2024-03-01
Date de Publication 2023-04-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur Nosto
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.nosto.com/
URL de la Page d'Aide https://help.nosto.com/en/collections/3249249-ugc
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nosto",
    "short_name": "Nosto",
    "manifest_version": 3,
    "version": "3.7",
    "icons": {
        "16": "public\/images\/nosto-logo.png",
        "48": "public\/images\/nosto-logo.png",
        "128": "public\/images\/nosto-logo.png"
    },
    "action": [],
    "description": "",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "js": [
                "static\/instagram.js"
            ]
        },
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "static\/twitter.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "static\/youtube.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "static\/tiktok.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.stackla.localhost\/*"
            ],
            "js": [
                "static\/stacklaFlag.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "downloads",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.tiktok.com\/*",
        "https:\/\/*.stackla.com\/*",
        "https:\/\/*.stackla.localhost\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public\/create-tile.html",
                "public\/images\/nosto-logo.png",
                "public\/images\/favicon-16x16.png",
                "public\/images\/favicon-32x32.png",
                "public\/images\/favicon-48x48.png",
                "public\/images\/favicon-128x128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}