Inspect and view changes in Auto Hide Cursor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Auto Hide Cursor",
"version": "1.0.0",
"description": "Automatically hides the mouse cursor after a period of inactivity.",
"permissions": [
"storage"
],
"action": {
"default_title": "Auto Hide Cursor",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
}
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"browser_specific_settings": {
"gecko": {
"id": "auto-hide-cursor@example.com",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Melhores alternativas Auto Hide Cursor
Aqui estão algumas Firefox add-ons que são similares a Auto Hide Cursor:
Auto Hide Cursor
swg
Indefinitely Hide mouse
KriyenKP
Hide mouse pointer
Kenneth Sundqvist
sssHideCur : mouse pointer hider
SenSyuSya
Mouse Hidden (macOS)
LevCoder
Fullscreen Cursor Hider
GryphonTools
Auto Toggle Thumbnail Hider
Safwan
Hide Cursor
Alex Leute
Mako Player
Alon
CursorLight
ika.monster
Custom Cursor - Customize Cursor
Levent B.
Custom Cursor
Red88gg