Penis Cursor

Replaces default cursor with penis

Co to jest Penis Cursor?

Penis Cursor to rozszerzenie Chrome opracowane przez http://penis.artrayd.com, a jego główną funkcją jest „Replaces default cursor with penis”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Penis Cursor

Pobierz pliki rozszerzeń Penis Cursor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Penis Cursor Penis Cursor
ID feiclbomfllbkdmeibcljmfbdakimmdg
Oficjalny URL https://chrome.google.com/webstore/detail/penis-cursor/feiclbomfllbkdmeibcljmfbdakimmdg
Opis Replaces default cursor with penis
Rozmiar pliku 61.67 KB
Liczba instalacji 3,000
Aktualna Wersja 0.1.7
Ostatnia Aktualizacja 2023-04-06
Data Publikacji 2019-06-30
Ocena 4.83/5 Łącznie 1052 Oceny
Deweloper http://penis.artrayd.com
E-mail [email protected]
Typ Płatności in_app
Adres URL Strony Polityki Prywatności https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb
Obsługiwane Języki 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"
    }
}