1 Star 15 Fork 13

milaoshu1020/禁用左右方向键

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 698 Bytes
一键复制 编辑 原始数据 按行查看 历史
milaoshu1020 提交于 2024-07-27 10:14 +08:00 . 升级MV2为MV3;
{
"manifest_version": 3,
"host_permissions": [
"<all_urls>"
],
"name": "禁用左右方向键",
"author": "milaoshu1020",
"version": "1.3.0",
"description": "禁用网页左右方向键快捷翻页;",
"icons": {
"16": "images/disableLeftRightArrow16.png",
"32": "images/disableLeftRightArrow32.png",
"48": "images/disableLeftRightArrow48.png",
"128": "images/disableLeftRightArrow128.png"
},
"content_scripts": [
{
"all_frames": true,
"matches": ["<all_urls>"],
"js": ["content_scripts.js"],
"run_at": "document_start"
}
],
"action": {
"default_title": "禁用左右方向键"
},
"update_url": "http://upext.chrome.360.cn/intf.php?method=ExtUpdate.query"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/milaoshu1020/disableLeftRightArrow.git
git@gitee.com:milaoshu1020/disableLeftRightArrow.git
milaoshu1020
disableLeftRightArrow
禁用左右方向键
master

搜索帮助