Pilfer

One-click saving and sync photos across all devices

What is Pilfer?

Pilfer is a Chrome extension developed by https://getpilfer.com, and its main feature is "One-click saving and sync photos across all devices".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pilfer Extension CRX File

Download Pilfer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Pilfer Pilfer
ID padmhilbbmmioobcfgfkdicbndgfcnae
Official URL https://chromewebstore.google.com/detail/pilfer/padmhilbbmmioobcfgfkdicbndgfcnae
Description One-click saving and sync photos across all devices
File Size 96.86 KB
Installation Count 81
Current Version 0.9.2.2
Last Updated 2015-12-06
Publish Date 2015-12-06
Rating 2.33/5 Total 6 Ratings
Developer https://getpilfer.com
Payment Type free
Extension Website http://getpilfer.com
Supported Languages 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"
            ]
        }
    ]
}