BTS BT21 Cursors
Use cute mouse cursors via BTS BT21 Custom Cursors For Chrome. Install extensions from Chrome Web Store
BTS BT21 Cursorsคืออะไร?
BTS BT21 Cursors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Custom Cursor Changer และคุณลักษณะหลักของมันคือ "Use cute mouse cursors via BTS BT21 Custom Cursors For Chrome. Install extensions from Chrome Web Store"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BTS BT21 Cursors
ดาวน์โหลดไฟล์ส่วนขยาย BTS BT21 Cursors ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BTS BT21 Custom Cursors For Chrome by Changer is a new extension that will help you to customize your browsing experience. It changes the default mouse cursor with cute BTS BT21 custom cursors. It is easy to install and use extension from the Chrome Web Store. It is very easy to change default mouse cursor to custom cursor via this cool extension. This awesome extension will change your browsing experience completely by giving it a new look and making it unique. Cute BTS BT21 custom mouse cursor for Chrome. This cursor set is based on the animated series of characters designed by the members of the popular K-pop band Bangtan Boys, known worldwide as BTS. A collection of cursors inspired by the Kpop group BTS and their BT21 characters. You can choose between cute hands and funny characters, such as Cooky, Chimmy, Tata, RJ, Mang, Koya, Shooky, Van or Chimmy hand cursor for a laptop or computer for free. The extension is available in the Google Web Store and is absolutely free! BTS BT21 Cursors is a must if you want to customize your web browser, especially if you like to personalize your browsing experience with themed cursors. Just by looking at the wide variety of available cursors, you can see that there are many different styles to choose from and they are all completely free. Install this awesome extension for free from Chrome Web Store to get a cute and cool mouse cursors and enjoy! - All cursors are in one file so it is easy to install. - We will update with new BT21 characters soon! Be sure to check back. - If you have any questions or suggestions, feel free to email us at You can install it on different Chrome versions it works better on newest ones.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BTS BT21 Cursors |
ID | hinommlajomicfjdlclnmljbcldgicdm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bts-bt21-cursors/hinommlajomicfjdlclnmljbcldgicdm |
คำอธิบาย | Use cute mouse cursors via BTS BT21 Custom Cursors For Chrome. Install extensions from Chrome Web Store |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 7,383 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2023-10-07 |
วันที่เผยแพร่ | 2022-04-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Custom Cursor Changer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/15GabjrQ7CED7LnMvRuHnIwDU1PwQgzJi6edbM6rkMRA/edit?usp=sharing |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_shortName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.1.2", "manifest_version": 3, "icons": { "16": ".\/asset\/icon_16.png", "24": ".\/asset\/icon_24.png", "32": ".\/asset\/icon_32.png", "48": ".\/asset\/icon_48.png", "128": ".\/asset\/icon_128.png" }, "action": { "default_icon": ".\/asset\/icon_32.png", "default_title": "__MSG_defTitle__", "default_popup": ".\/html\/PopUp.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "unlimitedStorage", "tabs", "scripting", "declarativeNetRequest", "gcm", "cookies" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "js\/ContentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "rules1", "enabled": true, "path": "r-1.json" } ] }, "web_accessible_resources": [ { "resources": [ "js\/initCursor.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |