CUTE WALL-E
Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…
Wat is CUTE WALL-E?
CUTE WALL-E is een Chrome-extensie ontwikkeld door Paramon exct, en de belangrijkste functie is "Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…".
Extensie Screenshots
Download het CRX-bestand van de extensie CUTE WALL-E
Download CUTE WALL-E-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Wanted a cute mouse cursor instead of regular one?
Our extension will solve your problem! The CUTE WALL-E cursor is a very simple extension for which nothing needs to be configured.
It will change your cursor to the one from the WALL-E cartoon.
Brighten up your day and enjoy it Basisinformatie over de Extensie
| Naam | |
| ID | ccnlabknkigbdflncffhbhbegohbodng |
| Officiële URL | https://chromewebstore.google.com/detail/cute-wall-e/ccnlabknkigbdflncffhbhbegohbodng |
| Beschrijving | Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple… |
| Bestandsgrootte | 33.5 KB |
| Aantal Installaties | 16 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2022-04-22 |
| Publicatiedatum | 2022-04-21 |
| Beoordeling | 5.00/5 Totaal 26 Beoordelingen |
| Ontwikkelaar | Paramon exct |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.writeurl.com/publish/bfexen7u7r6an3scoaii |
| Ondersteunde Talen | 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": "CUTE WALL-E",
"permissions": [
"storage"
],
"version": "0.0.1",
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/*.*"
]
}
]
} | |