Frosty Flash Enabler
Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.
Co to jest Frosty Flash Enabler?
Frosty Flash Enabler to rozszerzenie Chrome opracowane przez http://frosty.gg, a jego główną funkcją jest „Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Frosty Flash Enabler
Pobierz pliki rozszerzeń Frosty Flash Enabler 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
This is an extension for use with Frosty, a virtual penguin world, available at frosty.gg (play.frosty.gg). This automatically enables Flash Player so that you don't have to do it manually every time you restart your browser and want to play Frosty.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | onbdbjlcdjfnemfhaenmkjdecjfeefnc |
Oficjalny URL | https://chrome.google.com/webstore/detail/frosty-flash-enabler/onbdbjlcdjfnemfhaenmkjdecjfeefnc |
Opis | Enables the Flash Player plugin automatically on Frosty, a virtual penguin world. |
Rozmiar pliku | 78.58 KB |
Liczba instalacji | 444 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-07-12 |
Data Publikacji | 2020-07-12 |
Deweloper | http://frosty.gg |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://frosty.gg |
Adres URL Strony Pomocy | https://go.frosty.gg/help |
Adres URL Strony Polityki Prywatności | https://go.frosty.gg/privacy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Frosty Flash Enabler", "version": "1.0", "description": "Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png", "180": "180.png", "192": "192.png", "512": "512.png" }, "browser_action": { "default_icon": { "32": "32.png" } }, "permissions": [ "contentSettings" ], "manifest_version": 2 } |