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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}