KeyWords

Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com)

Qu'est-ce que KeyWords ?

KeyWords est une extension Chrome développée par ablinov, et sa fonction principale est "Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        KeyWords is the most modern tool for copying keywords.
With KeyWords you can easily copy any keywords with pages of images, illustration, vector and video on the website shutterstock.com
Just open the add-KeyWords click on the "Get Keywords" that would get the word and then "Copy Keywords" and the keywords are automatically copied 

Shutterstock is a trademark of Shutterstock, Inc. All copyrights belong to their authors                    

Informations de Base sur l'Extension

Nom KeyWords KeyWords
ID danngdojdnkpienljijhcpjpdmaonmhj
URL Officiel https://chromewebstore.google.com/detail/keywords/danngdojdnkpienljijhcpjpdmaonmhj
Description Extension of the browser for copying keywords from the site Shutterstock (http://shutterstock.com)
Taille du Fichier 42.58 KB
Nombre d'Installations 1,737
Version Actuelle 4.9.6
Dernière Mise à Jour 2024-03-04
Date de Publication 2020-06-30
Évaluation 4.33/5 Total 9 Évaluations
Développeur ablinov
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://keywords.blinovinfo.ru/
Langues Prises en Charge de,en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon64.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.shutterstock.com\/image-photo*",
                "https:\/\/www.shutterstock.com\/image-illustration*",
                "https:\/\/www.shutterstock.com\/image-vector*",
                "https:\/\/www.shutterstock.com\/*video*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_Description__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_Name__",
    "permissions": [
        "clipboardWrite"
    ],
    "version": "4.9.6"
}