MARVEL-DC Cursor

MARVEL-DC Cursor

MARVEL-DC Cursor란 무엇입니까?

MARVEL-DC Cursor은(는) Qltymedia Online LTD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MARVEL-DC Cursor"입니다.

확장 프로그램 스크린샷

screenshot

MARVEL-DC Cursor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Replaces default cursor with a cool super hero cursor. Change the usual mouse pointer to an amazing custom cursor.
Super hero cursors is a wonderful extension for everyone who wants to change the default mouse pointer to a cool and trendy one.
The new tab  embeds a search bar. Search features are provided by Microsoft Bing. No changes to your browser default search settings will be made.
By installing Marvel Cursor extension, you agree to the the Privacy Policy elaborated on Horizon Group website:
Privacy Policy: https://horizon-grp.com/?page_id=3                    

확장 프로그램 기본 정보

이름 MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
공식 URL https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
설명 MARVEL-DC Cursor
파일 크기 59.66 KB
설치 횟수 83
현재 버전 1.0.0
최근 업데이트 2022-10-09
출시 날짜 2022-10-06
개발자 Qltymedia Online LTD
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://horizon-grp.com/
개인정보 보호 정책 페이지 URL https://qltymedia.com/silly-cats
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MARVEL-DC Cursor",
    "description": "MARVEL-DC Cursor",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}