By: shroom00
Inspect and view changes in Shift Click Emulator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Shift Click Emulator",
"version": "1.1",
"description": "Converts normal clicks to shift-clicks. Enabled/disabled with a simple toggle.",
"browser_specific_settings": {
"gecko": {
"id": "@shroom00-mobile-shift-click"
}
},
"permissions": [
"activeTab",
"storage"
],
"action": {
"default_popup": "popup.html",
"default_title": "Toggle Shift Click Mode"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
]
} Best Shift Click Emulator Alternatives
Here are some Firefox add-ons that are similar to Shift Click Emulator: