Snake
Snake.
ما هو Snake؟
Snake هو إضافة Chrome تم تطويرها بواسطة Gunnarclingman، والميزة الرئيسية لها هي "Snake.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Snake
قم بتنزيل ملفات الامتداد Snake بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a port of patorjk's snake you can visit his website at patorjk.com/games/snake/. I have made this as a convenient place to access the game. The adds that were on the actual site are still present and i could not remove that.
معلومات أساسية عن التمديد
الاسم | |
ID | jciacpclgoeflamcnchfckcfocbbokkf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/snake/jciacpclgoeflamcnchfckcfocbbokkf |
الوصف | Snake. |
حجم الملف | 12.47 KB |
عدد التثبيتات | 236 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-03-04 |
تاريخ النشر | 2016-03-04 |
المطور | Gunnarclingman |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snake", "version": "1.0", "manifest_version": 2, "description": "Snake.", "browser_action": { "default_icon": "icon.png", "default_popup": "snake.html" } } |