slideshare next-slide disabler
Disable slideshare's next-slide.
什么是slideshare next-slide disabler?
slideshare next-slide disabler是由kawaz开发的Chrome扩展程序,该扩展的主要功能是“Disable slideshare's next-slide.”。
扩展截图
下载slideshare next-slide disabler扩展crx文件
下载slideshare next-slide disabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | egmemnnmafodbgakebaabhanjmjflmbk |
| 官方URL | https://chromewebstore.google.com/detail/slideshare-next-slide-dis/egmemnnmafodbgakebaabhanjmjflmbk |
| 简介 | Disable slideshare's next-slide. |
| 文件大小 | 228 KB |
| 安装次数 | 97 |
| 当前版本 | 0.0.5 |
| 更新时间 | 2019-02-26 |
| 上架时间 | 2019-02-26 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | kawaz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/kawaz/slideshare-next-slide-disabler.crx |
| 帮助页面URL | https://twitter.com/kawaz |
| 支持的语言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"version": "0.0.5",
"content_scripts": [
{
"all_frames": false,
"js": [
"document_end.js"
],
"matches": [
"https:\/\/www.slideshare.net\/*"
],
"run_at": "document_end"
}
]
} | |