Penis Cursor

Replaces default cursor with penis

Wat is Penis Cursor?

Penis Cursor is een Chrome-extensie ontwikkeld door http://penis.artrayd.com, en de belangrijkste functie is "Replaces default cursor with penis".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Penis Cursor

Download Penis Cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Penis Cursor Penis Cursor
ID feiclbomfllbkdmeibcljmfbdakimmdg
Officiële URL https://chrome.google.com/webstore/detail/penis-cursor/feiclbomfllbkdmeibcljmfbdakimmdg
Beschrijving Replaces default cursor with penis
Bestandsgrootte 61.67 KB
Aantal Installaties 3,000
Huidige Versie 0.1.7
Laatst Bijgewerkt 2023-04-06
Publicatiedatum 2019-06-30
Beoordeling 4.83/5 Totaal 1052 Beoordelingen
Ontwikkelaar http://penis.artrayd.com
E-mail [email protected]
Betalingswijze in_app
URL van de Privacybeleid Pagina https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb
Ondersteunde Talen 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"
    }
}