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 - это расширение Chrome, разработанное Swapnil Shinde, и его основная функция - "You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Deuce Viewer

Скачайте файлы расширений 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",
        ""
    ]
}