Meteor 60 Seconds

This extension allows you to play browser games from task bar icon and new tab page.

Meteor 60 Seconds là gì?

Meteor 60 Seconds là một tiện ích mở rộng Chrome được phát triển bởi https://meteor.onl, và tính năng chính của nó là "This extension allows you to play browser games from task bar icon and new tab page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Meteor 60 Seconds

Tải xuống các tệp mở rộng Meteor 60 Seconds dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Play the latest and newest versions of Meteor 60 Seconds Game in one convenient place. 
Simple action game that provides a simulation on what you would do before a massive meteor hits the Earth.

How does it work?

1. Click on the extension icon on the top right corner 
2. Click on Play Now.

How do I uninstall this extension?
1. Click on the Chrome Menu icon to open the menu
2. Click on Settings
3. On the left window pane click on Extensions
4. Choose the extension from the list
5. Click on the Trash bin icon to the right of the extension
6. On the pop-up window click on the Remove button

By installing this extension, you agree to the End User License Agreement and Privacy Policy (https://meteor.onl/privacy-policy/)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Meteor 60 Seconds Meteor 60 Seconds
ID echjfckohhikanoogkbfpmblofbgdaej
URL Chính Thức https://chrome.google.com/webstore/detail/meteor-60-seconds/echjfckohhikanoogkbfpmblofbgdaej
Mô tả This extension allows you to play browser games from task bar icon and new tab page.
Kích Thước Tệp 210 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 800.100.140.102
Cập Nhật Lần Cuối 2020-11-23
Ngày Phát Hành 2020-05-04
Đánh Giá 5.00/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://meteor.onl
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://meteor.onl/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meteor 60 Seconds",
    "version": "800.100.140.102",
    "description": "This extension allows you to play browser games from task bar icon and new tab page.",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "html\/popup\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "html\/default\/index.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "web_accessible_resources": [
        "*.json",
        "images\/icon16.png",
        "images\/icon128.png"
    ]
}