Potato GLaDOS
It's been a long time...
ما هو Potato GLaDOS؟
Potato GLaDOS هو إضافة Chrome تم تطويرها بواسطة fisadev، والميزة الرئيسية لها هي "It's been a long time...".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Potato GLaDOS
قم بتنزيل ملفات الامتداد Potato GLaDOS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a potato glados icon, which you can click to get quotes from the game. All credit on the quotes to Valve.
It's been a long time...
[ if you don't understand what it is, you should play Portal and Portal 2 games :) ]
It's open source, the code is at https://github.com/fisadev/potato-glados-chrome-extension معلومات أساسية عن التمديد
| الاسم | |
| ID | mpdhmcglipldhealmcpdhahbijiloeab |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/potato-glados/mpdhmcglipldhealmcpdhahbijiloeab |
| الوصف | It's been a long time... |
| حجم الملف | 34.99 KB |
| عدد التثبيتات | 861 |
| النسخة الحالية | 0.7 |
| آخر تحديث | 2023-12-19 |
| تاريخ النشر | 2016-04-24 |
| تقييم | 4.56/5 مجموع تقييمات 70 |
| المطور | fisadev |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/fisadev/potato-glados-chrome-extension |
| عنوان صفحة المساعدة | https://github.com/fisadev/potato-glados-chrome-extension/issues |
| عنوان صفحة سياسة الخصوصية | https://raw.githubusercontent.com/fisadev/potato-glados-chrome-extension/master/PRIVACY.txt |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Potato GLaDOS",
"description": "It's been a long time...",
"version": "0.7",
"author": "[email protected]",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon.png",
"default_title": "click me",
"default_popup": "popup.html"
},
"permissions": []
} | |