Penis Cursor

Replaces default cursor with penis

Penis Cursor란 무엇입니까?

Penis Cursor은(는) http://penis.artrayd.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces default cursor with penis"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Penis Cursor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Your mouse pointer can be really fun! Choose between dickbutt, cartoon dick, 8 bit or classical fallos. 

Have suggestions? Want some custom penis design? Feel free, ratings and comments appreciated!

Features:
- 4 kind of penises for your choice
- On/ Off mode
- Hover state
- Retina screens support

No ads and bullshit.

* Works for every chrome tab except of internal chrome pages like settings, extensions, etc                    

확장 프로그램 기본 정보

이름 Penis Cursor Penis Cursor
ID feiclbomfllbkdmeibcljmfbdakimmdg
공식 URL https://chrome.google.com/webstore/detail/penis-cursor/feiclbomfllbkdmeibcljmfbdakimmdg
설명 Replaces default cursor with penis
파일 크기 61.67 KB
설치 횟수 3,000
현재 버전 0.1.7
최근 업데이트 2023-04-06
출시 날짜 2019-06-30
평점 4.83/5 총 1052 개의 평점
개발자 http://penis.artrayd.com
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb
지원되는 언어 en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.7",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "action": {
        "default_popup": "penis.html",
        "default_title": "__MSG_defTitle__",
        "default_icon": "penisOn.png"
    },
    "content_scripts": [
        {
            "css": [
                "penis.css"
            ],
            "js": [
                "pointer.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "penis.css"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "penis_background.js"
    },
    "icons": {
        "16": "penis_16.png",
        "48": "penis_48.png",
        "128": "penis_128.png"
    }
}