2048 - Retro Classic Games

Mega pack of Classic Arcade Games in your Browser! Play 2048, Contra, Pac man while surfing the web! Flash games without downloading

2048 - Retro Classic Gamesคืออะไร?

2048 - Retro Classic Games เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://fflashgames.com และคุณลักษณะหลักของมันคือ "Mega pack of Classic Arcade Games in your Browser! Play 2048, Contra, Pac man while surfing the web! Flash games without downloading"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2048 - Retro Classic Games

ดาวน์โหลดไฟล์ส่วนขยาย 2048 - Retro Classic Games ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hello there!

Have you always wanted to play GeoGuessr in the corner of your browser? Well maybe not... But now you can as well as play other retro classic arcade games !! 

With this extension you are able to play Super Contra, Flappy Bird, Pac - Man and other flash games with the click of a button!

Drop a line in comments what games do you want to see in a list.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 2048 - Retro Classic Games 2048 - Retro Classic Games
ID djcabkpbhhcpkmnjogkjbcjcpeeammpb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/2048-retro-classic-games/djcabkpbhhcpkmnjogkjbcjcpeeammpb
คำอธิบาย Mega pack of Classic Arcade Games in your Browser! Play 2048, Contra, Pac man while surfing the web! Flash games without downloading
ขนาดไฟล์ 812 KB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 4.2.6
อัปเดตครั้งล่าสุด 2021-09-21
วันที่เผยแพร่ 2019-05-22
คะแนน 4.60/5 รวมทั้งหมด 225 คะแนน
ผู้พัฒนา http://fflashgames.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,fr,nl,no,vi,ca,da,et,es,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "2048"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/geoguessr.com\/*"
            ],
            "css": [
                "css\/geoguessr.css"
            ],
            "js": [
                "js\/geoguessr.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/geoguessr.com\/*",
                "*:\/\/fflashgames.com\/*",
                "*:\/\/www.yiv.com\/*",
                "*:\/\/html5.gamedistribution.com\/*",
                "*:\/\/slither.io\/*"
            ],
            "css": [
                "css\/sidebar.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/gamesList.js",
                "js\/sidebar.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/slither.io\/*",
                "*:\/\/www.trex-game.skipser.com\/*",
                "*:\/\/html5.gamedistribution.com\/*",
                "*:\/\/www.free-play-mahjong.com\/*"
            ],
            "js": [
                "js\/resourcesCleaner.js"
            ],
            "css": [
                "css\/resourcesCleaner.css"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/fflashgames.com\/*"
            ],
            "js": [
                "js\/neptunjs.js"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "web_accessible_resources": [
        "img\/*"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "version": "4.2.6"
}