Make your mouse cursor a Pink Elite!
This extension turns your mouse cursor into a pink elite! Works on many HTTP and HTTPS sites.
Make your mouse cursor a Pink Elite!란 무엇입니까?
Make your mouse cursor a Pink Elite!은(는) Big Pete에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension turns your mouse cursor into a pink elite! Works on many HTTP and HTTPS sites."입니다.
확장 프로그램 스크린샷
Make your mouse cursor a Pink Elite! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension turns your mouse cursor into a pink elite sock on most websites! Permissions This extension needs permission to "read and change all your data on the websites you visit" because it uses CSS to change the mouse cursor. (CSS has the potential to significantly change how a website looks.) How to Disable/Remove To temporarily disable this extension, type chrome://extensions in the address bar and then hit enter/return. Then uncheck the toggle. To delete this extension, click "Remove" (trash can icon on older versions of Chrome). Version 1.3.0 and newer adapted from here: https://github.com/lateral/chrome-extension-blogpost ====================================== Release Notes v. 1.5.0 Release Notes 12/4/2023 -Christmas came early! Your favorite extension now supports Manifest V3. Merry Christmas! 🎁🎄 v. 1.4.0 Release Notes 10/18/2023 -The update you've been patiently waiting years for! Instead of hotlinking the mouse cursor image, it is now pulled from a local file. Imagine the bandwidth you'll save! v. 1.3.1 Release Notes 5/9/2021 -New Icon -Updated store description v. 1.3.0 Release Notes 5/8/2021 -All new code! Based on a template from lateral.io -Removed permissions that are unnecessary -Changed cursor from pair of elites to a single elite, which is now a PNG with transparent background! -Now works on many http AND https sites! v. 1.1.0 Release Notes 1/2016 -Cleaned up CSS on the settings Page -Updated Chrome Web Store Icon, Screenshots, and Description
확장 프로그램 기본 정보
이름 | Make your mouse cursor a Pink Elite! |
ID | fahhhocdngpbgbponkhnkbbnfnemblcp |
공식 URL | https://chromewebstore.google.com/detail/make-your-mouse-cursor-a/fahhhocdngpbgbponkhnkbbnfnemblcp |
설명 | This extension turns your mouse cursor into a pink elite! Works on many HTTP and HTTPS sites. |
파일 크기 | 53.43 KB |
설치 횟수 | 101 |
현재 버전 | 1.5.0 |
최근 업데이트 | 2023-12-05 |
출시 날짜 | 2016-01-20 |
평점 | 1.63/5 총 8 개의 평점 |
개발자 | Big Pete |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Make your mouse cursor a Pink Elite!", "version": "1.5.0", "description": "This extension turns your mouse cursor into a pink elite! Works on many HTTP and HTTPS sites.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "*:\/\/*\/*" ] } ], "web_accessible_resources": [ { "resources": [ "images\/elite.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |