Penis Cursor

Replaces default cursor with penis

Penis Cursorคืออะไร?

Penis Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://penis.artrayd.com และคุณลักษณะหลักของมันคือ "Replaces default cursor with penis"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Penis Cursor

ดาวน์โหลดไฟล์ส่วนขยาย Penis Cursor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}