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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة سياسة الخصوصية | 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"
]
}
]
} | |