Help Me Pause - IG Reels
Instagram annoying pause challenge destroyer. Hit the Enter/Up/Down button to activate, ESC to see video controller.
什么是Help Me Pause - IG Reels?
Help Me Pause - IG Reels是由phudphut开发的Chrome扩展程序,该扩展的主要功能是“Instagram annoying pause challenge destroyer. Hit the Enter/Up/Down button to activate, ESC to see video controller.”。
扩展截图
下载Help Me Pause - IG Reels扩展crx文件
下载Help Me Pause - IG Reels扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instagram annoying pause challenge destroyer.
-Hit the Enter/Up/Down button to activate processing button,
-ESC to see video controller. 扩展基本信息
| 名称 | |
| ID | cgfehpmambdcjogdobkgibeljcfjindc |
| 官方URL | https://chromewebstore.google.com/detail/help-me-pause-ig-reels/cgfehpmambdcjogdobkgibeljcfjindc |
| 简介 | Instagram annoying pause challenge destroyer. Hit the Enter/Up/Down button to activate, ESC to see video controller. |
| 文件大小 | 6.49 KB |
| 安装次数 | 606 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2023-11-22 |
| 上架时间 | 2023-11-22 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | phudphut |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://github.com/comdet/IGReel/blob/main/PrivacyPolicy.md |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Help Me Pause - IG Reels",
"description": "Instagram annoying pause challenge destroyer. Hit the Enter\/Up\/Down button to activate, ESC to see video controller.",
"version": "1.0.0",
"author": "Khomdet Phueadphut",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/reels\/*",
"https:\/\/www.instagram.com\/p\/*",
"https:\/\/www.instagram.com\/reel\/*"
],
"js": [
"injector_ui.js"
]
}
]
} | |