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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย phudphut และคุณลักษณะหลักของมันคือ "Instagram annoying pause challenge destroyer. Hit the Enter/Up/Down button to activate, ESC to see video controller."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Help Me Pause - IG Reels
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
}
]
} | |