Tiktak Games
Play popular Tiktak games in new tab
¿Qué es Tiktak Games?
Tiktak Games es una extensión de Chrome desarrollada por https://tiktak.games, y su función principal es "Play popular Tiktak games in new tab".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tiktak Games
Descarga archivos de extensión Tiktak Games en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Tiktak Games |
ID | jbjclilbjhgcidlgjkdkaagnijkgohnn |
URL Oficial | https://chromewebstore.google.com/detail/tiktak-games/jbjclilbjhgcidlgjkdkaagnijkgohnn |
Descripción | Play popular Tiktak games in new tab |
Tamaño del Archivo | 4.11 MB |
Cantidad de Instalaciones | 5,000 |
Versión Actual | 0.8.2 |
Última Actualización | 2023-02-24 |
Fecha de Publicación | 2021-02-13 |
Calificación | 4.55/5 Total de 11 Calificaciones |
Desarrollador | https://tiktak.games |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://tiktak.games/ |
URL de la Página de Política de Privacidad | https://tiktak.games/page/privacy-policy |
Idiomas Soportados | 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" ] } |