Tiktak Games

Play popular Tiktak games in new tab

Tiktak Gamesคืออะไร?

Tiktak Games เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tiktak.games และคุณลักษณะหลักของมันคือ "Play popular Tiktak games in new tab"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tiktak Games

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

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

                        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.                    

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

ชื่อ Tiktak Games Tiktak Games
ID jbjclilbjhgcidlgjkdkaagnijkgohnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tiktak-games/jbjclilbjhgcidlgjkdkaagnijkgohnn
คำอธิบาย Play popular Tiktak games in new tab
ขนาดไฟล์ 4.11 MB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 0.8.2
อัปเดตครั้งล่าสุด 2023-02-24
วันที่เผยแพร่ 2021-02-13
คะแนน 4.55/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://tiktak.games
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tiktak.games/
URL หน้านโยบายความเป็นส่วนตัว https://tiktak.games/page/privacy-policy
ภาษาที่รองรับ 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"
    ]
}