Penis Cursor

Replaces default cursor with penis

What is Penis Cursor?

Penis Cursor is a Chrome extension developed by http://penis.artrayd.com, and its main feature is "Replaces default cursor with penis".

Extension Screenshots

screenshot
screenshot
screenshot

Download Penis Cursor Extension CRX File

Download Penis Cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Penis Cursor Penis Cursor
ID feiclbomfllbkdmeibcljmfbdakimmdg
Official URL https://chrome.google.com/webstore/detail/penis-cursor/feiclbomfllbkdmeibcljmfbdakimmdg
Description Replaces default cursor with penis
File Size 61.67 KB
Installation Count 3,000
Current Version 0.1.7
Last Updated 2023-04-06
Publish Date 2019-06-30
Rating 4.83/5 Total 1052 Ratings
Developer http://penis.artrayd.com
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb
Supported Languages 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"
    }
}