Tiktak Games

Play popular Tiktak games in new tab

Cos'è Tiktak Games?

Tiktak Games è un'estensione di Chrome sviluppata da https://tiktak.games, e la sua funzione principale è "Play popular Tiktak games in new tab".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tiktak Games

Scarica i file di estensione Tiktak Games in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tiktak Games Tiktak Games
ID jbjclilbjhgcidlgjkdkaagnijkgohnn
URL Ufficiale https://chromewebstore.google.com/detail/tiktak-games/jbjclilbjhgcidlgjkdkaagnijkgohnn
Descrizione Play popular Tiktak games in new tab
Dimensione del File 4.11 MB
Conteggio Installazioni 5,000
Versione Corrente 0.8.2
Ultimo Aggiornamento 2023-02-24
Data di Pubblicazione 2021-02-13
Valutazione 4.55/5 Totale 11 Valutazioni
Sviluppatore https://tiktak.games
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tiktak.games/
URL della Pagina della Politica sulla Privacy https://tiktak.games/page/privacy-policy
Lingue Supportate 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"
    ]
}