Pomu

Enable Flash and get access to the latest Pomu games !

什麼是Pomu?

Pomu是由Pomu開發的Chrome擴展程式,該擴展的主要功能是“Enable Flash and get access to the latest Pomu games !”。

擴展截圖

screenshot

下載Pomu擴展crx文件

下載Pomu擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Pomu Pomu
ID njbfimohacanhjdokmpagpaaadkkmhkh
官方網址 https://chromewebstore.google.com/detail/pomu/njbfimohacanhjdokmpagpaaadkkmhkh
簡介 Enable Flash and get access to the latest Pomu games !
檔案大小 575 KB
安裝次數 2,793
目前版本 1.5.0
更新時間 2020-05-10
上架時間 2020-05-10
開發者 Pomu
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.pomu.com
隱私政策頁面URL http://pomu.com/legal
支援的語言 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\/*"
        ]
    }
}