Penis Cursor

Replaces default cursor with penis

Cos'è Penis Cursor?

Penis Cursor è un'estensione di Chrome sviluppata da http://penis.artrayd.com, e la sua funzione principale è "Replaces default cursor with penis".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Penis Cursor

Scarica i file di estensione Penis Cursor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Penis Cursor Penis Cursor
ID feiclbomfllbkdmeibcljmfbdakimmdg
URL Ufficiale https://chrome.google.com/webstore/detail/penis-cursor/feiclbomfllbkdmeibcljmfbdakimmdg
Descrizione Replaces default cursor with penis
Dimensione del File 61.67 KB
Conteggio Installazioni 3,000
Versione Corrente 0.1.7
Ultimo Aggiornamento 2023-04-06
Data di Pubblicazione 2019-06-30
Valutazione 4.83/5 Totale 1052 Valutazioni
Sviluppatore http://penis.artrayd.com
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina della Politica sulla Privacy https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb
Lingue Supportate 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"
    }
}