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ファイルをダウンロード

Deuce Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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",
        ""
    ]
}