Pilfer

One-click saving and sync photos across all devices

Qu'est-ce que Pilfer ?

Pilfer est une extension Chrome développée par https://getpilfer.com, et sa fonction principale est "One-click saving and sync photos across all devices".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                                            

Informations de Base sur l'Extension

Nom Pilfer Pilfer
ID padmhilbbmmioobcfgfkdicbndgfcnae
URL Officiel https://chromewebstore.google.com/detail/pilfer/padmhilbbmmioobcfgfkdicbndgfcnae
Description One-click saving and sync photos across all devices
Taille du Fichier 96.86 KB
Nombre d'Installations 81
Version Actuelle 0.9.2.2
Dernière Mise à Jour 2015-12-06
Date de Publication 2015-12-06
Évaluation 2.33/5 Total 6 Évaluations
Développeur https://getpilfer.com
Type de Paiement free
Site Web de l'Extension http://getpilfer.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pilfer",
    "description": "One-click saving and sync photos across all devices",
    "version": "0.9.2.2",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/",
        "contextMenus",
        "identity",
        "notifications",
        "activeTab"
    ],
    "minimum_chrome_version": "29",
    "icons": {
        "16": "pilfer16.png",
        "32": "pilfer32.png",
        "48": "pilfer48.png",
        "128": "pilfer128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv\/K0LLxYcFRGcMiEa5YCcvogVcp0\/atN62Ie8wJ8Ml9c1qScpHVUgqJ\/77B5tEDZ9JKFdJdlBeZgm6WdkjwEqqYay6PBkwV\/KMrH74SdXwIo8+QUw+FqVZZOn0Q\/in17QX1\/1i2VYnVe9xNfNnRV4ULAG+tzzFp7BPoQCPUdQ2KPmYFFGuX8fsIo\/TS3K+OE47B9M0YS\/rJ2WrnKLtbWzpXRqxIKYdC3kxc6gTHDCA09TdrANFZkTY6DKKUpcwbkAWGfUnl5uhCo2LhRBfjyrF2uxJX93B\/sE+w39vEhsSI56PVwLX4xoawx7h\/62uf3g7RdJ0LCHZOQQzbxUVbNjwIDAQAB",
    "oauth2": {
        "client_id": "934472750373-aj97dgcq2k69k5f7b211mj54koacefuf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/picasaweb.google.com\/data\/",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/plus.login"
        ]
    },
    "background": {
        "scripts": [
            "jquery-2.1.4.js",
            "pilfer.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.js",
                "content.js"
            ]
        }
    ]
}