AvJuicy Plugin

It converts all embeded videos to native player format.

AvJuicy Plugin là gì?

AvJuicy Plugin là một tiện ích mở rộng Chrome được phát triển bởi dirtypetter, và tính năng chính của nó là "It converts all embeded videos to native player format.".

Ả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 AvJuicy Plugin

Tải xuống các tệp mở rộng AvJuicy Plugin 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

                        此應用程式可去除avjuicy.com影片的廣告,並切換為原生影片播放器,大大提高用戶體驗。
It converts all embeded videos in avjuicy.com into native video player format.(for: avjuicy.com)                    

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

Tên AvJuicy Plugin AvJuicy Plugin
ID mnbcgpppofgjgpgeppkajimgneblhkej
URL Chính Thức https://chromewebstore.google.com/detail/avjuicy-plugin/mnbcgpppofgjgpgeppkajimgneblhkej
Mô tả It converts all embeded videos to native player format.
Kích Thước Tệp 15.46 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2018-07-30
Ngày Phát Hành 2018-07-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dirtypetter
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AvJuicy Plugin",
    "description": "It converts all embeded videos to native player format.",
    "version": "1.0.4",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "execute.js"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "sub.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ]
}