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은(는) Paramon exct에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 확장 프로그램 기본 정보
| 이름 | |
| 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 |
| 개인정보 보호 정책 페이지 URL | 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\/*.*"
]
}
]
} | |