Among Us Cursor
Fun custom Among Us cursors for Chrome browser.
ما هو Among Us Cursor؟
Among Us Cursor هو إضافة Chrome تم تطويرها بواسطة https://freehdthemes.com، والميزة الرئيسية لها هي "Fun custom Among Us cursors for Chrome browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Among Us Cursor
قم بتنزيل ملفات الامتداد Among Us Cursor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to replace default mouse cursor with amazing custom among us cursor. ------------------- ! After installing this extension, refresh the previously opened tab if you want to use it on this page. ! According to the rules of the Chrome Web Store extension can not work on the store pages and home page. Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it. -------------------
معلومات أساسية عن التمديد
الاسم | |
ID | phhgoenkkdelfajhopaopgcnlnkalklc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/among-us-cursor/phhgoenkkdelfajhopaopgcnlnkalklc |
الوصف | Fun custom Among Us cursors for Chrome browser. |
حجم الملف | 160 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 10.221.6.4 |
آخر تحديث | 2021-06-12 |
تاريخ النشر | 2021-06-05 |
المطور | https://freehdthemes.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://freehdthemes.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Among Us Cursor", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "description": "Fun custom Among Us cursors for Chrome browser.", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "manifest_version": 2, "permissions": [ "storage", "cookies", "https:\/\/freehdthemes.com\/", "http:\/\/freehdthemes.com\/" ], "version": "10.221.6.4", "web_accessible_resources": [ "cur\/*.*" ] } |