Deuce Viewer

You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).

What is Deuce Viewer?

Deuce Viewer is a Chrome extension developed by Swapnil Shinde, and its main feature is "You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).".

Extension Screenshots

screenshot

Download Deuce Viewer Extension CRX File

Download Deuce Viewer 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

                        Using this extension you can view view a thumbnail profile photo in a larger view without likes and comments. Just right click on photo and click "View in Deuce Viewer".                    

Extension Basic Information

Name Deuce Viewer Deuce Viewer
ID hbfoeklgbkbmkkiknonnolginlckacin
Official URL https://chrome.google.com/webstore/detail/deuce-viewer/hbfoeklgbkbmkkiknonnolginlckacin
Description You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).
File Size 13.56 KB
Installation Count 19
Current Version 0.0.4
Last Updated 2014-12-06
Publish Date 2014-12-06
Rating 4.67/5 Total 3 Ratings
Developer Swapnil Shinde
Payment Type free
Extension Website http://softwarriors.webs.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deuce Viewer",
    "version": "0.0.4",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "deuce_chrome_background_compiled.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "deuce_chrome_sbi_compiled.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        ""
    ]
}