Unblocked Games — New Tab

Unblocked Games in your favorite browser. Play, explore, relax!

Unblocked Games — New Tabคืออะไร?

Unblocked Games — New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamestabs.com และคุณลักษณะหลักของมันคือ "Unblocked Games in your favorite browser. Play, explore, relax!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unblocked Games — New Tab

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

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

                        Unblocked Games extension will change your new tab page to a powerful and functional game catalog that you can customize.
It has tons of games available, weather widget, quick links, bookmarks, relaxing music and much more!

Please read carefully:
By clicking "add to Chrome", I accept and agree to installing the Unblocked Games — New Tab extension and setting Chrome New Tab to that provided by the service and the Privacy Policy https://gamestabs.com/privacy/
The extension will update your search settings and will change your new tab search to Yahoo.

By proceeding to install, you acknowledge and accept that, upon installation, this extension will modify the New Tab settings: Search Provider will be changed to Yahoo.

You can uninstall app any time if you don't like it.

Privacy Policy & Contacts: https://gamestabs.com/privacy/

Settings:
- choose one of 15 beautiful cursors;
- set any “.png“ or “.jpg“ image as your wallpaper;
- you can turn widgets on and off;
- select any games for your new tab page;
- change measurement units and time format;
- colored wallpapers;
- night mode (dark theme);
- edit your quick links.                    

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

ชื่อ Unblocked Games — New Tab Unblocked Games — New Tab
ID mpnfoddkacdjocmjaobmkcphfncdoogp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unblocked-games-%E2%80%94-new-tab/mpnfoddkacdjocmjaobmkcphfncdoogp
คำอธิบาย Unblocked Games in your favorite browser. Play, explore, relax!
ขนาดไฟล์ 852 KB
จำนวนการติดตั้ง 36,426
เวอร์ชันปัจจุบัน 24.02.29
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2022-09-12
คะแนน 4.69/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา https://gamestabs.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://gamestabs.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "24.02.29",
    "minimum_chrome_version": "101",
    "name": "Unblocked Games \u2014 New Tab",
    "description": "Unblocked Games in your favorite browser. Play, explore, relax!",
    "background": {
        "service_worker": "js\/sw.js"
    },
    "icons": {
        "128": "img\/icons\/128.png",
        "48": "img\/icons\/48.png",
        "32": "img\/icons\/favicon.png",
        "24": "img\/icons\/24.png"
    },
    "action": {
        "default_icon": {
            "48": "img\/icons\/48.png"
        },
        "default_title": "New tab"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "bookmarks",
        "geolocation",
        "storage",
        "topSites",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}