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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}