Tycoon Park
Enables Adobe Flash to Play on Tycoon Park
Cos'è Tycoon Park?
Tycoon Park è un'estensione di Chrome sviluppata da Afensys, e la sua funzione principale è "Enables Adobe Flash to Play on Tycoon Park".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tycoon Park
Scarica i file di estensione Tycoon Park in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
To play Tycoon Park it requires Adobe Flash enabled, which is disabled by default on Google Chrome. With this simple extension for Chrome you will be able to play without doing any setting modification on the browser. With just one click you can play whenever you want. PLAY FOR FREE to the best Tycoon game on Facebook ! More than 100 levels and much more than 300 rides and services for you to build ! Unlimited FUN with TYCOON PARK !
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | fnobagdbhijokinnhfpelnjlkogkebgj |
URL Ufficiale | https://chrome.google.com/webstore/detail/tycoon-park/fnobagdbhijokinnhfpelnjlkogkebgj |
Descrizione | Enables Adobe Flash to Play on Tycoon Park |
Dimensione del File | 18.03 KB |
Conteggio Installazioni | 343 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2020-05-20 |
Data di Pubblicazione | 2020-05-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Afensys |
Sito Web dell'Estensione | https://www.tycoonpark.com |
Lingue Supportate | en-US |
manifest.json | |
{ "background": { "scripts": [ ".\/js\/background.js" ] }, "browser_action": { "default_icon": ".\/img\/icon_48.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Enables Adobe Flash to Play on Tycoon Park", "icons": { "128": ".\/img\/icon_128.png", "16": ".\/img\/icon_16.png", "48": ".\/img\/icon_48.png" }, "manifest_version": 2, "name": "Tycoon Park", "permissions": [ "contextMenus", "contentSettings", "*:\/\/*.tycoonpark.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2" } |