PakTube

Replaces all missing youtube videos with working objects. Works without enabling proxy.

PakTube là gì?

PakTube là một tiện ích mở rộng Chrome được phát triển bởi khuramyz, và tính năng chính của nó là "Replaces all missing youtube videos with working objects. Works without enabling proxy.".

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

screenshot

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

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

                        Replaces all missing youtube videos with working objects. Helps Pak users with frustrating lack of Youtube videos in web pages. Works without enabling proxy.                    

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

Tên PakTube PakTube
ID jjikmakfopioohgldmfipicnaenalkfi
URL Chính Thức https://chrome.google.com/webstore/detail/paktube/jjikmakfopioohgldmfipicnaenalkfi
Mô tả Replaces all missing youtube videos with working objects. Works without enabling proxy.
Kích Thước Tệp 46.45 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2015-05-25
Ngày Phát Hành 2015-05-25
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển khuramyz
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",
    "name": "PakTube",
    "version": "0.1.1",
    "description": "Replaces all missing youtube videos with working objects. Works without enabling proxy.",
    "author": "Raja Amer Khan",
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "logo.png",
        "128": "logo.png"
    },
    "manifest_version": 2
}