Deuce Viewer

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

Deuce Viewer란 무엇입니까?

Deuce Viewer은(는) Swapnil Shinde에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :))."입니다.

확장 프로그램 스크린샷

screenshot

Deuce Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Deuce Viewer Deuce Viewer
ID hbfoeklgbkbmkkiknonnolginlckacin
공식 URL https://chrome.google.com/webstore/detail/deuce-viewer/hbfoeklgbkbmkkiknonnolginlckacin
설명 You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).
파일 크기 13.56 KB
설치 횟수 19
현재 버전 0.0.4
최근 업데이트 2014-12-06
출시 날짜 2014-12-06
평점 4.67/5 총 3 개의 평점
개발자 Swapnil Shinde
결제 유형 free
확장 프로그램 웹 사이트 http://softwarriors.webs.com
지원되는 언어 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",
        ""
    ]
}