instaGrab Photos

Single click grab Instagram, Facebook, and Web Pictures. Download and theme them as Instagram Background Image

Qu'est-ce que instaGrab Photos ?

instaGrab Photos est une extension Chrome développée par https://codeniklabs.com/projects/instagrab, et sa fonction principale est "Single click grab Instagram, Facebook, and Web Pictures. Download and theme them as Instagram Background Image".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension instaGrab Photos

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

                        instaGrab can perform four functions with a single click:
1) Grab photos:  
    Any Instagram photo, Facebook photo, and most web photos as long as they are https:// web address
2) Theme Photos: 
    Use grabbed photos as your custom Instagram background theme, replacing the white background with your photos.  
3) Download Photos
    Download selected photos by simply clicking on its thumbnail or download all photos in your grabbed collection by clicking on one button.
4) Share Photos
    Your grabbed collections are the links to the actual photos, so your export import file size is very small and easy to share via email or messaging.  For example, a grabbed collection of 500 photo links may be less than 1% the size of a just one photo.


----------------------------

This extension is NOT associated with Instagram

By using this Extension you agree to the Terms and Conditions listed below:

https://codeniklabs.com/projects/instagrab/terms.html                    

Informations de Base sur l'Extension

Nom instaGrab Photos instaGrab Photos
ID icmghgdelecccpbokaiekpbimchcfnpk
URL Officiel https://chromewebstore.google.com/detail/instagrab-photos/icmghgdelecccpbokaiekpbimchcfnpk
Description Single click grab Instagram, Facebook, and Web Pictures. Download and theme them as Instagram Background Image
Taille du Fichier 90.71 KB
Nombre d'Installations 214
Version Actuelle 0.0.0.24
Dernière Mise à Jour 2019-11-21
Date de Publication 2019-11-21
Évaluation 4.50/5 Total 6 Évaluations
Développeur https://codeniklabs.com/projects/instagrab
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://codeniklabs.com/projects/instagrab
URL de la Page d'Aide https://codeniklabs.com/projects/instagrab
URL de la Page de Politique de Confidentialité https://hudektech.com/projects/breakout
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "instaGrab Photos",
    "short_name": "Grab Photos from Instagram, Facebook, and Web",
    "version": "0.0.0.24",
    "description": "Single click grab Instagram, Facebook, and Web Pictures. Download and theme them as Instagram Background Image",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Theme, Download, and Share Photos",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/jsCommon.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jsCommon.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/jquery.js",
        "img\/icon16.png",
        "img\/icon48.png",
        "img\/icon128.png"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "notifications",
        "activeTab",
        "downloads"
    ]
}