CLEAN Version! Boost browsing productivity with your fingertips - Mouse Gestures, Super Drag, Wheel Gestures, Rocker Gestures.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"service_worker": "background-wrapper.js"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"css/event.css"
],
"js": [
"js/event.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_descriptionjson__",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"manifest_version": 3,
"minimum_chrome_version": "88",
"name": "CLEAN crxMouse Gestures",
"options_page": "options.html",
"permissions": [
"storage",
"unlimitedStorage"
],
"optional_permissions": [
"clipboardRead",
"bookmarks"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"version": "4.2.0",
"web_accessible_resources": [
{
"resources": [
"image/u.png",
"image/r.png",
"image/d.png",
"image/l.png",
"icon.png",
"js/event.js"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}