usefulness extension

edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…

ما هو usefulness extension؟

usefulness extension هو إضافة Chrome تم تطويرها بواسطة mroscarfinley، والميزة الرئيسية لها هي "edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة usefulness extension

قم بتنزيل ملفات الامتداد usefulness extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        edit 1.2:
highscore with chrome storage API!
snake bug still there, so I'll try to fix it soon

This extension is for the average school kid made by a highschool kid who understands your pain!
features:
 - random number generator
 - inspirational quote to prevent you dying from depression
 - annoying noises:
     - airhorn
     - yee sound

if you have any suggestions please contact [email protected] and check out the website at https://sites.google.com/view/the-usefulness-extension/home

edit 1.1:
snake game bug fixes and improvements
highscore does not currently work yet
tetris coming soon

edit 1.0:
- introducing the snake game!
- removed random number generator and 14khz sound due to complaints. may add later.                    

معلومات أساسية عن التمديد

الاسم usefulness extension usefulness extension
ID mcikgnlogepdidaonhdkopokgcnapbpi
عنوان URL الرسمي https://chromewebstore.google.com/detail/usefulness-extension/mcikgnlogepdidaonhdkopokgcnapbpi
الوصف edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…
حجم الملف 62.2 KB
عدد التثبيتات 29
النسخة الحالية 1.2.1
آخر تحديث 2019-05-02
تاريخ النشر 2019-05-01
تقييم 5.00/5 مجموع تقييمات 4
المطور mroscarfinley
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://sites.google.com/view/the-usefulness-extension/home
عنوان صفحة المساعدة https://sites.google.com/view/the-usefulness-extension/home
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "usefulness extension",
    "version": "1.2.1",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "default-icon.jpg",
        "default_popup": "popup.html"
    }
}