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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}