Instagram Reels Video Extension Controller

Assists in controlling Instagram Reels videos.

Instagram Reels Video Extension Controllerคืออะไร?

Instagram Reels Video Extension Controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jellyking และคุณลักษณะหลักของมันคือ "Assists in controlling Instagram Reels videos."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instagram Reels Video Extension Controller

ดาวน์โหลดไฟล์ส่วนขยาย Instagram Reels Video Extension Controller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - Enable Video controls in Reels / Reel / Post (mouse over)
- Divide areas in reels page
- Auto open 'read more'
- Volume control and auto save

※ Autoplay is not supported in unmuted state due to "Autoplay policy in Chrome"
>> https://developer.chrome.com/blog/autoplay/

● This extension is not perfect yet. We need your assistance to improve it.
You can contribute by Like and Review, or contacting us via email to collaborate on further enhancements.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Instagram Reels Video Extension Controller Instagram Reels Video Extension Controller
ID mglpimgmbjfjbkbdejhknelkhbeiekcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instagram-reels-video-ext/mglpimgmbjfjbkbdejhknelkhbeiekcm
คำอธิบาย Assists in controlling Instagram Reels videos.
ขนาดไฟล์ 29.43 KB
จำนวนการติดตั้ง 99
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2023-08-30
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jellyking
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://linktr.ee/Jelly_King
ภาษาที่รองรับ en,tr,es,uk,ja,ko
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/reels\/*",
                "https:\/\/www.instagram.com\/reel\/*",
                "https:\/\/www.instagram.com\/p\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "128": "Icon.png",
        "16": "Icon.png",
        "48": "Icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZJr3WIeP\/afJ8FNgUXItH12biA0QgPNtLFJXT+nCSHjqzePnyfnmW4S0BiTN8NcPM4jEbEj5dW9cxV2rkzkSn6Uyt+9oVuL9U+cSaNEf9IftN6V20aAy5i\/qBWnjcbPcKuNMP97ZuI57up0G1xOZVXKjGRfrAjEsPELrrhj3kivx7MeuDL6N7EFjlFyt\/OS5c\/kbGt\/EqFekJkI4BvjBb9N3R7JdRYy4WSZ+cdAf+ICLcAykinrSKilauzN2bCQt9VmQsCg1Su3LM1b\/mRD8M1sYz1XaGfBs\/JREteLtsQpDqJnOwluI5f0W2Of6O4QEBXJGmyOfKCNq5kmjo\/7hwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "Icon.png",
            "16": "Icon.png",
            "48": "Icon.png"
        }
    }
}