Ferrari-Cursor
Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…
Vad är Ferrari-Cursor?
Ferrari-Cursor är en Chrome-tillägg utvecklad av Reyesthef Fertzidenr, och dess huvudfunktion är "Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…".
Tilläggsskärmbilder
Ladda ner Ferrari-Cursor-förlängningens CRX-fil
Ladda ner Ferrari-Cursor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Change your regular default cursor to a new custom Ferrari one.
Show your personality with a bright and beautiful mouse pointer on every web page. Now you can choose from cute and colorful mouse cursors.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | icppcklehjhjleamppjpjhpdkhpeblfo | 
| Officiell webbadress | https://chromewebstore.google.com/detail/ferrari-cursor/icppcklehjhjleamppjpjhpdkhpeblfo | 
| Beskrivning | Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on… | 
| Filstorlek | 35.99 KB | 
| Antal Installationer | 136 | 
| Aktuell Version | 0.0.1 | 
| Senast Uppdaterad | 2022-04-21 | 
| Publiceringsdatum | 2022-04-21 | 
| Betyg | 5.00/5 Totalt 25 Betyg | 
| Utvecklare | Reyesthef Fertzidenr | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| URL till Sekretesspolicy Sidan | https://nopaste.ml | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "assets\/icons\/logo128.png",
            "32": "assets\/icons\/logo32.png",
            "16": "assets\/icons\/logo16.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "app.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/icons\/logo128.png",
        "32": "assets\/icons\/logo32.png",
        "16": "assets\/icons\/logo16.png"
    },
    "manifest_version": 3,
    "name": "Ferrari-Cursor",
    "permissions": [
        "storage"
    ],
    "version": "0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*"
            ]
        }
    ]
}  |  |