Help Me Pause - IG Reels
Instagram annoying pause challenge destroyer. Hit the Enter/Up/Down button to activate, ESC to see video controller.
Wat is Help Me Pause - IG Reels?
Help Me Pause - IG Reels is een Chrome-extensie ontwikkeld door phudphut, en de belangrijkste functie is "Instagram annoying pause challenge destroyer. Hit the Enter/Up/Down button to activate, ESC to see video controller.".
Extensie Screenshots
Download het CRX-bestand van de extensie Help Me Pause - IG Reels
Download Help Me Pause - IG Reels-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Instagram annoying pause challenge destroyer.
-Hit the Enter/Up/Down button to activate processing button,
-ESC to see video controller. Basisinformatie over de Extensie
| Naam | |
| ID | cgfehpmambdcjogdobkgibeljcfjindc |
| Officiële URL | https://chromewebstore.google.com/detail/help-me-pause-ig-reels/cgfehpmambdcjogdobkgibeljcfjindc |
| Beschrijving | Instagram annoying pause challenge destroyer. Hit the Enter/Up/Down button to activate, ESC to see video controller. |
| Bestandsgrootte | 6.49 KB |
| Aantal Installaties | 606 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2023-11-22 |
| Publicatiedatum | 2023-11-22 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | phudphut |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://github.com/comdet/IGReel/blob/main/PrivacyPolicy.md |
| Ondersteunde Talen | 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"
]
}
]
} | |