Penis Cursor

Replaces default cursor with penis

Apa itu Penis Cursor?

Penis Cursor adalah ekstensi Chrome yang dikembangkan oleh http://penis.artrayd.com, dan fitur utamanya adalah "Replaces default cursor with penis".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Penis Cursor

Unduh file ekstensi Penis Cursor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Penis Cursor Penis Cursor
ID feiclbomfllbkdmeibcljmfbdakimmdg
URL Resmi https://chrome.google.com/webstore/detail/penis-cursor/feiclbomfllbkdmeibcljmfbdakimmdg
Deskripsi Replaces default cursor with penis
Ukuran File 61.67 KB
Jumlah Instalasi 3,000
Versi Saat Ini 0.1.7
Terakhir Diperbarui 2023-04-06
Tanggal Publikasi 2019-06-30
Penilaian 4.83/5 Total 1052 Penilaian
Pengembang http://penis.artrayd.com
Email [email protected]
Tipe Pembayaran in_app
URL Halaman Kebijakan Privasi https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb
Bahasa yang Didukung 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"
    }
}