Flash Master
Open flash file in full screen or download it for offline use
Co to jest Flash Master?
Flash Master to rozszerzenie Chrome opracowane przez https://monaflashmaster.blogspot.com, a jego główną funkcją jest „Open flash file in full screen or download it for offline use”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Flash Master
Pobierz pliki rozszerzeń Flash Master w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Flash Master |
ID | cacfnookefkldifaigjdedpophfjkjeh |
Oficjalny URL | https://chromewebstore.google.com/detail/flash-master/cacfnookefkldifaigjdedpophfjkjeh |
Opis | Open flash file in full screen or download it for offline use |
Rozmiar pliku | 167 KB |
Liczba instalacji | 71,144 |
Aktualna Wersja | 2.0.0.2 |
Ostatnia Aktualizacja | 2013-11-13 |
Data Publikacji | 2013-11-12 |
Ocena | 3.75/5 Łącznie 444 Oceny |
Deweloper | https://monaflashmaster.blogspot.com |
Typ Płatności | free |
Strona Rozszerzenia | http://monaflashmaster.blogspot.com |
Adres URL Strony Pomocy | http://monaflashmaster.blogspot.com |
Obsługiwane Języki | 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 } |