Dinosaur Game in New Tab
This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.
ما هو Dinosaur Game in New Tab؟
Dinosaur Game in New Tab هو إضافة Chrome تم تطويرها بواسطة http://anantpatni.com، والميزة الرئيسية لها هي "This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dinosaur Game in New Tab
قم بتنزيل ملفات الامتداد Dinosaur Game in New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension brings Google's Dinosaur Game, also known as T-Rex Game to your browser new tab.
معلومات أساسية عن التمديد
الاسم | |
ID | dncoaldcopfkohghaadkobhfpebpcbpk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dinosaur-game-in-new-tab/dncoaldcopfkohghaadkobhfpebpcbpk |
الوصف | This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game. |
حجم الملف | 1.99 MB |
عدد التثبيتات | 40 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-02-07 |
تاريخ النشر | 2022-01-17 |
المطور | http://anantpatni.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dinosaur Game in New Tab", "description": "This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.", "action": { "default_icon": "icon48.png" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "version": "1.0", "chrome_url_overrides": { "newtab": "index.html" } } |