Image Extractor - by Visual View

Single click extract and download images on any webpage

Qu'est-ce que Image Extractor - by Visual View ?

Image Extractor - by Visual View est une extension Chrome développée par https://visualview.app, et sa fonction principale est "Single click extract and download images on any webpage".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Image Extractor - by Visual View

Téléchargez les fichiers d'extension Image Extractor - by Visual View 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

                        The simplest way to extract and download images on a webpage.                    

Informations de Base sur l'Extension

Nom Image Extractor - by Visual View Image Extractor - by Visual View
ID ppbbnicomlpilfkohhknjdkndelfncjl
URL Officiel https://chromewebstore.google.com/detail/image-extractor-by-visual/ppbbnicomlpilfkohhknjdkndelfncjl
Description Single click extract and download images on any webpage
Taille du Fichier 656 KB
Nombre d'Installations 2,697
Version Actuelle 0.0.4
Dernière Mise à Jour 2022-07-21
Date de Publication 2021-06-29
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://visualview.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.visualview.app/
URL de la Page de Politique de Confidentialité https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Extractor - by Visual View",
    "description": "Single click extract and download images on any webpage",
    "version": "0.0.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "title": "Extract images"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "downloads",
        "activeTab"
    ]
}