Flappy Trump
Play in your browser!
O que é Flappy Trump?
Flappy Trump é uma extensão do Chrome desenvolvida por TrumpGames, e sua principal característica é "Play in your browser!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Flappy Trump
Baixe arquivos de extensão Flappy Trump no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The all time classic game has a Trump version now. It includes funny sounds from the president himself. There are 7 medals to win! How many can you get? After you successfully installed Flappy Trump, you need to click on the blue Icon in your toolbar to play the game. You can play by clicking on the screen or by pressing space.
Informações Básicas da Extensão
Nome | |
ID | jhhngligmfpgafbihlneockijmfhljkd |
URL Oficial | https://chromewebstore.google.com/detail/flappy-trump/jhhngligmfpgafbihlneockijmfhljkd |
Descrição | Play in your browser! |
Tamanho do Arquivo | 3 MB |
Contagem de Instalações | 3,000 |
Versão Atual | 1.0.6 |
Última Atualização | 2024-02-21 |
Data de Publicação | 2020-01-05 |
Classificação | 4.83/5 Total de 6 Avaliações |
Desenvolvedor | TrumpGames |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://doodle-trump.com/privacy.html |
Idiomas Suportados | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js", "files\/jquery.js", "files\/jquery.ajax-retry.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "__MSG_appButtonDesc__" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "cookies" ], "version": "1.0.6" } |