Tiktak Games

Play popular Tiktak games in new tab

What is Tiktak Games?

Tiktak Games is a Chrome extension developed by https://tiktak.games, and its main feature is "Play popular Tiktak games in new tab".

Extension Screenshots

screenshot
screenshot

Download Tiktak Games Extension CRX File

Download Tiktak Games extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tiktak Games Tiktak Games
ID jbjclilbjhgcidlgjkdkaagnijkgohnn
Official URL https://chromewebstore.google.com/detail/tiktak-games/jbjclilbjhgcidlgjkdkaagnijkgohnn
Description Play popular Tiktak games in new tab
File Size 4.11 MB
Installation Count 5,000
Current Version 0.8.2
Last Updated 2023-02-24
Publish Date 2021-02-13
Rating 4.55/5 Total 11 Ratings
Developer https://tiktak.games
Email [email protected]
Payment Type free
Extension Website https://tiktak.games/
Privacy Policy Page URL https://tiktak.games/page/privacy-policy
Supported Languages 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"
    ]
}