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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instagram annoying pause challenge destroyer. Hit the Enter/Up/Down button to activate, ESC to see video controller."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Help Me Pause - IG Reels एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Instagram annoying pause challenge destroyer. 
-Hit the Enter/Up/Down button to activate processing button, 
-ESC to see video controller.                    

एक्सटेंशन की मूल जानकारी

नाम Help Me Pause - IG Reels Help Me Pause - IG Reels
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"
            ]
        }
    ]
}