Tiktak Games

Play popular Tiktak games in new tab

Tiktak Gamesとは何ですか?

Tiktak Gamesはhttps://tiktak.gamesによって開発されたChromeの拡張機能で、その主な機能は「Play popular Tiktak games in new tab」です。

拡張機能のスクリーンショット

screenshot
screenshot

Tiktak Games拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}