Paper.io 2 Tips
For Paper.io 2 lovers, it is the browser add-on of one-click access to guides
ما هو Paper.io 2 Tips؟
Paper.io 2 Tips هو إضافة Chrome تم تطويرها بواسطة gnrsnm، والميزة الرئيسية لها هي "For Paper.io 2 lovers, it is the browser add-on of one-click access to guides".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Paper.io 2 Tips
قم بتنزيل ملفات الامتداد Paper.io 2 Tips بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome extension provides a quick access for Paper.io 2 tips and guides. معلومات أساسية عن التمديد
| الاسم | |
| ID | hdchnbgigjjhhfkiphafophpnpegbcba |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/paperio-2-tips/hdchnbgigjjhhfkiphafophpnpegbcba |
| الوصف | For Paper.io 2 lovers, it is the browser add-on of one-click access to guides |
| حجم الملف | 780 KB |
| عدد التثبيتات | 39 |
| النسخة الحالية | 3.0 |
| آخر تحديث | 2022-04-20 |
| تاريخ النشر | 2022-04-20 |
| المطور | gnrsnm |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://yuhho.com/paper-io-2 |
| اللغات المدعومة | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Paper.io 2 Tips",
"description": "For Paper.io 2 lovers, it is the browser add-on of one-click access to guides",
"version": "3.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"16": ".\/img\/16.png",
"48": ".\/img\/48.png",
"128": ".\/img\/128.png"
},
"action": {
"default_popup": ".\/popup.html"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"*:\/\/*\/*"
]
} | |