Deuce Viewer

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

Co to jest Deuce Viewer?

Deuce Viewer to rozszerzenie Chrome opracowane przez Swapnil Shinde, a jego główną funkcją jest „You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Deuce Viewer

Pobierz pliki rozszerzeń Deuce Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Deuce Viewer Deuce Viewer
ID hbfoeklgbkbmkkiknonnolginlckacin
Oficjalny URL https://chrome.google.com/webstore/detail/deuce-viewer/hbfoeklgbkbmkkiknonnolginlckacin
Opis You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).
Rozmiar pliku 13.56 KB
Liczba instalacji 19
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2014-12-06
Data Publikacji 2014-12-06
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper Swapnil Shinde
Typ Płatności free
Strona Rozszerzenia http://softwarriors.webs.com
Obsługiwane Języki 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",
        ""
    ]
}