Deuce Viewer

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

Wat is Deuce Viewer?

Deuce Viewer is een Chrome-extensie ontwikkeld door Swapnil Shinde, en de belangrijkste functie is "You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Deuce Viewer

Download Deuce Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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".                    

Basisinformatie over de Extensie

Naam Deuce Viewer Deuce Viewer
ID hbfoeklgbkbmkkiknonnolginlckacin
Officiële URL https://chrome.google.com/webstore/detail/deuce-viewer/hbfoeklgbkbmkkiknonnolginlckacin
Beschrijving You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).
Bestandsgrootte 13.56 KB
Aantal Installaties 19
Huidige Versie 0.0.4
Laatst Bijgewerkt 2014-12-06
Publicatiedatum 2014-12-06
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Swapnil Shinde
Betalingswijze free
Extensiewebsite http://softwarriors.webs.com
Ondersteunde Talen 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",
        ""
    ]
}