CUTE WALL-E
Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…
ما هو CUTE WALL-E؟
CUTE WALL-E هو إضافة Chrome تم تطويرها بواسطة Paramon exct، والميزة الرئيسية لها هي "Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CUTE WALL-E
قم بتنزيل ملفات الامتداد CUTE WALL-E بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple extension for which nothing needs to be configured. It will change your cursor to the one from the WALL-E cartoon. Brighten up your day and enjoy it
معلومات أساسية عن التمديد
الاسم | CUTE WALL-E |
ID | ccnlabknkigbdflncffhbhbegohbodng |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cute-wall-e/ccnlabknkigbdflncffhbhbegohbodng |
الوصف | Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple… |
حجم الملف | 33.5 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2022-04-22 |
تاريخ النشر | 2022-04-21 |
تقييم | 5.00/5 مجموع تقييمات 26 |
المطور | Paramon exct |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.writeurl.com/publish/bfexen7u7r6an3scoaii |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "assets\/icons\/logo128.png", "32": "assets\/icons\/logo32.png", "16": "assets\/icons\/logo16.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "app.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": { "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'" }, "default_locale": "en", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "assets\/icons\/logo128.png", "32": "assets\/icons\/logo32.png", "16": "assets\/icons\/logo16.png" }, "manifest_version": 3, "name": "CUTE WALL-E", "permissions": [ "storage" ], "version": "0.0.1", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "assets\/*.*" ] } ] } |