Flash Master

Open flash file in full screen or download it for offline use

Что такое Flash Master?

Flash Master - это расширение Chrome, разработанное https://monaflashmaster.blogspot.com, и его основная функция - "Open flash file in full screen or download it for offline use".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Скачайте файлы расширений Flash Master в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        With this extension you can fetch all the flash files on a website.

You can choose to open the flash files in full screen in a separate tab.
You can also choose to download the flash files for offline gaming or watching.

Please use my website to comment on the extension, request a feature or report a bug. 
http://monaflashmaster.blogspot.com                    

Основная информация о расширении

Название Flash Master Flash Master
ID cacfnookefkldifaigjdedpophfjkjeh
Официальный URL https://chromewebstore.google.com/detail/flash-master/cacfnookefkldifaigjdedpophfjkjeh
Описание Open flash file in full screen or download it for offline use
Размер файла 167 KB
Количество установок 71,144
Текущая Версия 2.0.0.2
Последнее Обновление 2013-11-13
Дата публикации 2013-11-12
Рейтинг 3.75/5 Всего 444 оценок
Разработчик https://monaflashmaster.blogspot.com
Тип оплаты free
Официальный сайт расширения http://monaflashmaster.blogspot.com
URL страницы помощи http://monaflashmaster.blogspot.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flash Master",
    "version": "2.0.0.2",
    "manifest_version": 2,
    "description": "Open flash file in full screen or download it for offline use",
    "icons": {
        "16": "FlashMaster\/images\/icon_16x16.png",
        "48": "FlashMaster\/images\/icon_48x48.png",
        "128": "FlashMaster\/images\/icon_128x128.png"
    },
    "browser_action": {
        "default_icon": "FlashMaster\/images\/icon.png",
        "default_popup": "FlashMaster\/main.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "offline_enabled": true
}