Penis Cursor

Replaces default cursor with penis

Penis Cursorとは何ですか?

Penis Cursorはhttp://penis.artrayd.comによって開発されたChromeの拡張機能で、その主な機能は「Replaces default cursor with penis」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Penis Cursor拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}