Anime Cursors
Replaces the standard mouse cursor.
Anime Cursors란 무엇입니까?
Anime Cursors은(는) Animecursors에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the standard mouse cursor."입니다.
확장 프로그램 스크린샷
Anime Cursors 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replaces the standard mouse cursor in the browser. ****** More than 20 unique cursors from different cartoons of the "Anime" genre. Selecting the cursor is not a big deal, just select the cursor you like and click on it once, that's all you have selected the cursor. If you want to change the size of the selected cursor just press "+" or "-" in the box above the cursors. If you want to return the standard cursor just click "Disable" and you will be returned to the standard cursor. ****** Admonition. These cursors do not work on the main page of google and google shop chrome "google policy" And also if the cursor does not change, refresh this page. ******* Please rate us, it will help us to improve these cursors, and tell your friends. ****** Naruto cursors One punch man cursors
확장 프로그램 기본 정보
이름 | |
ID | gbonepihbdlngjfekpacdlclklenioam |
공식 URL | https://chrome.google.com/webstore/detail/anime-cursors/gbonepihbdlngjfekpacdlclklenioam |
설명 | Replaces the standard mouse cursor. |
파일 크기 | 905 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2021-08-09 |
출시 날짜 | 2021-01-24 |
평점 | 3.34/5 총 85 개의 평점 |
개발자 | Animecursors |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anime Cursors", "description": "Replaces the standard mouse cursor.", "version": "1.2.2", "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "Images\/icon.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "storage", " |