Photo Downloader

Download photo from web pages via Photo Downloader.

Qu'est-ce que Photo Downloader ?

Photo Downloader est une extension Chrome développée par yesforword, et sa fonction principale est "Download photo from web pages via Photo Downloader.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Photo Downloader

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

                        Photo Downloader is professional app for downloading images.

This picture downloader is able donwload photos from any websites, Instagram or YouTube video previews.

Just click to the icon of extension on the current website.                    

Informations de Base sur l'Extension

Nom Photo Downloader Photo Downloader
ID mpckjhgdlbbionaadomjcllcjfepdpnc
URL Officiel https://chrome.google.com/webstore/detail/photo-downloader/mpckjhgdlbbionaadomjcllcjfepdpnc
Description Download photo from web pages via Photo Downloader.
Taille du Fichier 103 KB
Nombre d'Installations 2,721
Version Actuelle 1.2.2
Dernière Mise à Jour 2023-01-21
Date de Publication 2021-01-20
Évaluation 3.69/5 Total 26 Évaluations
Développeur yesforword
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.smart-finder.net/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2",
    "name": "Photo Downloader",
    "description": "Download photo from web pages via Photo Downloader.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "img\/ico_128.png",
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}