Pomu

Enable Flash and get access to the latest Pomu games !

Pomuคืออะไร?

Pomu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pomu และคุณลักษณะหลักของมันคือ "Enable Flash and get access to the latest Pomu games !"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pomu

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
        ]
    }
}