Deuce Viewer

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

Deuce Viewer là gì?

Deuce Viewer là một tiện ích mở rộng Chrome được phát triển bởi Swapnil Shinde, và tính năng chính của nó là "You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Deuce Viewer

Tải xuống các tệp mở rộng Deuce Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Deuce Viewer Deuce Viewer
ID hbfoeklgbkbmkkiknonnolginlckacin
URL Chính Thức https://chrome.google.com/webstore/detail/deuce-viewer/hbfoeklgbkbmkkiknonnolginlckacin
Mô tả You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).
Kích Thước Tệp 13.56 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2014-12-06
Ngày Phát Hành 2014-12-06
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Swapnil Shinde
Loại Thanh Toán free
Trang Web Mở Rộng http://softwarriors.webs.com
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}