Pomu
Enable Flash and get access to the latest Pomu games !
Cos'è Pomu?
Pomu è un'estensione di Chrome sviluppata da Pomu, e la sua funzione principale è "Enable Flash and get access to the latest Pomu games !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pomu
Scarica i file di estensione Pomu 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
With this extension you will be able to play all Flash games on Pomu.com and you will get direct access to the latest games ! Remember, every day we add 3 new games ;-)
Informazioni di Base sull'Estensione
Nome | Pomu |
ID | njbfimohacanhjdokmpagpaaadkkmhkh |
URL Ufficiale | https://chromewebstore.google.com/detail/pomu/njbfimohacanhjdokmpagpaaadkkmhkh |
Descrizione | Enable Flash and get access to the latest Pomu games ! |
Dimensione del File | 575 KB |
Conteggio Installazioni | 2,793 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2020-05-10 |
Data di Pubblicazione | 2020-05-10 |
Sviluppatore | Pomu |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.pomu.com |
URL della Pagina della Politica sulla Privacy | http://pomu.com/legal |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Pomu", "name": "Pomu", "description": "Enable Flash and get access to the latest Pomu games !", "version": "1.5.0", "browser_action": { "default_popup": "index.html", "default_icon": "logo.png" }, "permissions": [ "contentSettings", "storage" ], "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/*.juegosjuegos.com\/*", "*:\/\/*.juegosjuegos.com.ar\/*", "*:\/\/*.juegosjuegos.com.co\/*", "*:\/\/*.juegosjuegos.com.pe\/*", "*:\/\/*.juegosjuegos.com.do\/*", "*:\/\/*.juegosjuegos.com.ec\/*", "*:\/\/*.juegosjuegos.com.pa\/*", "*:\/\/*.juegosjuegos.com.uy\/*", "*:\/\/*.juegosjuegos.co.ve\/*", "*:\/\/*.juegosjuegos.mx\/*", "*:\/\/*.juegosjuegos.cr\/*", "*:\/\/*.juegosjuegos.cl\/*", "*:\/\/*.jogosjogos.com\/*", "*:\/\/*.jogosjogos.pt\/*", "*:\/\/*.pomu.co.it\/*", "*:\/\/*.pomu.com\/*", "*:\/\/*.pomu.uk\/*", "*:\/\/*.pomu.ie\/*", "*:\/\/*.pomu.de\/*", "*:\/\/*.pomu.fr\/*", "*:\/\/*.pomu.at\/*", "*:\/\/*.pomu.ch\/*", "*:\/\/*.pomu.jp\/*", "*:\/\/*.pomu.nl\/*", "*:\/\/*.pomu.ru\/*", "*:\/\/*.pomu.dk\/*", "*:\/\/*.pomu.se\/*", "*:\/\/*.pomu.cz\/*", "*:\/\/*.pomu.hu\/*", "*:\/\/*.pomu.pl\/*", "*:\/\/*.pomu.ro\/*", "*:\/\/*.pomu.sk\/*", "*:\/\/*.pomu.vn\/*", "*:\/\/*.pomu.gr\/*", "*:\/\/*.pomu.no\/*" ] } } |