Tiktak Games

Play popular Tiktak games in new tab

Tiktak Games là gì?

Tiktak Games là một tiện ích mở rộng Chrome được phát triển bởi https://tiktak.games, và tính năng chính của nó là "Play popular Tiktak games in new tab".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Tiktak Games 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

                        Tiktak.games has more than 6,000 free games! All from the comfort of your new tab.
 
All you need to do in order to access thousands of free games is to add the chrome extension to your browser and unlock all the games on tiktak,games portal.
 
Play now Racing, Arcade, Action, Shooting, Sport, Multiplayer and many other games.
 
*** All the popular Games for free ***

Tiktak.games extension will provide you with enhanced search possibilities. You will be able to choose search engine to use from the following list: Google, Bing , Yahoo, Yandex, Youtube, Ask, Aol, Duckduckgo.                    

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

Tên Tiktak Games Tiktak Games
ID jbjclilbjhgcidlgjkdkaagnijkgohnn
URL Chính Thức https://chromewebstore.google.com/detail/tiktak-games/jbjclilbjhgcidlgjkdkaagnijkgohnn
Mô tả Play popular Tiktak games in new tab
Kích Thước Tệp 4.11 MB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 0.8.2
Cập Nhật Lần Cuối 2023-02-24
Ngày Phát Hành 2021-02-13
Đánh Giá 4.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://tiktak.games
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tiktak.games/
URL Trang Chính Sách Bảo Mật https://tiktak.games/page/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiktak Games",
    "description": "Play popular Tiktak games in new tab",
    "version": "0.8.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "games.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/html5.gamemonetize.com\/*"
            ],
            "js": [
                "js\/content_frame.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "logo-ext-16.png",
        "48": "logo-ext-48.png",
        "128": "logo-ext-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logo-ext-16.png",
            "48": "logo-ext-48.png",
            "128": "logo-ext-128.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/tiktak.games; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tiktak.games\/*"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ]
}