Pomu

Enable Flash and get access to the latest Pomu games !

What is Pomu?

Pomu is a Chrome extension developed by Pomu, and its main feature is "Enable Flash and get access to the latest Pomu games !".

Extension Screenshots

screenshot

Download Pomu Extension CRX File

Download Pomu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 ;-)                    

Extension Basic Information

Name Pomu Pomu
ID njbfimohacanhjdokmpagpaaadkkmhkh
Official URL https://chromewebstore.google.com/detail/pomu/njbfimohacanhjdokmpagpaaadkkmhkh
Description Enable Flash and get access to the latest Pomu games !
File Size 575 KB
Installation Count 2,793
Current Version 1.5.0
Last Updated 2020-05-10
Publish Date 2020-05-10
Developer Pomu
Email [email protected]
Payment Type free
Extension Website https://www.pomu.com
Privacy Policy Page URL http://pomu.com/legal
Supported Languages 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\/*"
        ]
    }
}