Chrome Snake
Play snake at anytime just by opening a new tab
ما هو Chrome Snake؟
Chrome Snake هو إضافة Chrome تم تطويرها بواسطة simon.bruno.77، والميزة الرئيسية لها هي "Play snake at anytime just by opening a new tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chrome Snake
قم بتنزيل ملفات الامتداد Chrome Snake بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome Snake allows you to play with the greatest classic video game ever.
Just open a new tab and have fun.
You can change the initial speed, the color (light or dark) and time display.
Don't want to play ? Just sit and watch the computer playing for you.
UPDATE 1.1 :
Adding link to get back to the normal Chrome new tab page معلومات أساسية عن التمديد
| الاسم | |
| ID | cbdobfnjgnmlcajcamdfjeofmnecepdl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/chrome-snake/cbdobfnjgnmlcajcamdfjeofmnecepdl |
| الوصف | Play snake at anytime just by opening a new tab |
| حجم الملف | 45.28 KB |
| عدد التثبيتات | 10,000 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2018-03-09 |
| تاريخ النشر | 2018-03-09 |
| تقييم | 2.41/5 مجموع تقييمات 522 |
| المطور | simon.bruno.77 |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Snake",
"version": "1.1",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Play snake at anytime just by opening a new tab",
"options_page": "options.html",
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |