InstaVolume

Extension that adds controls to the Instagram videos.

InstaVolume là gì?

InstaVolume là một tiện ích mở rộng Chrome được phát triển bởi DedaDev, và tính năng chính của nó là "Extension that adds controls to the Instagram videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng InstaVolume

Tải xuống các tệp mở rộng InstaVolume dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Extension that adds controls to the Instagram videos, which allows you to change the volume, jump to specific time etc.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên InstaVolume InstaVolume
ID fijibcffnfpfeohnokdhdgppnhhmhpln
URL Chính Thức https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln
Mô tả Extension that adds controls to the Instagram videos.
Kích Thước Tệp 21.07 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2020-04-09
Ngày Phát Hành 2020-04-09
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển DedaDev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InstaVolume",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Extension that adds controls to the Instagram videos.",
    "homepage_url": "http:\/\/dedadev.top",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/www.instagram.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}