Tiktak Games
Play popular Tiktak games in new tab
Tiktak Games क्या है?
Tiktak Games https://tiktak.games द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play popular Tiktak games in new tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tiktak Games एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |