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 |
| 官方網址 | 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"
]
}
]
} | |