My Hero Academia Anime Cursor
My Hero Academia Cursor for chrome. Choose your My Hero Academia anime cursor with this extension. For My Hero Academia fans.
My Hero Academia Anime Cursor là gì?
My Hero Academia Anime Cursor là một tiện ích mở rộng Chrome được phát triển bởi Belinda, và tính năng chính của nó là "My Hero Academia Cursor for chrome. Choose your My Hero Academia anime cursor with this extension. For My Hero Academia fans.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng My Hero Academia Anime Cursor
Tải xuống các tệp mở rộng My Hero Academia Anime Cursor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Customize your browser experience by using this My Hero Academia custom cursor chrome extension. My Hero Academia Anime Cursor Extension Features: 1. Give you different My Hero Academia cursor design for you to replace default cursor. 2. Select your design for either Hover cursor or Pointer 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 cannot 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. -------------------
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bjpnbjkaclhdjfadbcgcpjfmhkbeejnj |
URL Chính Thức | https://chrome.google.com/webstore/detail/my-hero-academia-anime-cu/bjpnbjkaclhdjfadbcgcpjfmhkbeejnj |
Mô tả | My Hero Academia Cursor for chrome. Choose your My Hero Academia anime cursor with this extension. For My Hero Academia fans. |
Kích Thước Tệp | 523 KB |
Số Lần Cài Đặt | 5,692 |
Phiên Bản Hiện Tại | 100.250.1259.991 |
Cập Nhật Lần Cuối | 2021-06-16 |
Ngày Phát Hành | 2021-06-16 |
Đánh Giá | 4.64/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Belinda |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "My Hero Academia Cursor for chrome. Choose your My Hero Academia anime cursor with this extension. For My Hero Academia fans.", "name": "My Hero Academia Anime Cursor", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "manifest_version": 2, "permissions": [ "storage", "https:\/\/*\/*", "http:\/\/*\/*" ], "version": "100.250.1259.991", "web_accessible_resources": [ "cur\/*.*" ] } |