Full Play

Video Full Web Play

Full Play là gì?

Full Play là một tiện ích mở rộng Chrome được phát triển bởi xiuman89, và tính năng chính của nó là "Video Full Web Play".

Ả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 Full Play

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

                        Play the video in Web Full Screen mode.
Like the YouTube cinema mode but without element other than the video.
Currently support video site like youtube, vimeo, dailymotion, iqiyi, etc, which have their own embed mode. Also, it may work for some site with embed videos.

Icon is on the way.

update log:
1.0.1.6: Add icon

1.0.1.5: 1. remove unnecessary button
         2. add better indication about what button do what
         3. add lynda support for people who want
         4. for some website, the site will replace the original window. these feature may has the chance to work for more site which is easy to return by using the browser build-in go back ability.
         
1.0.1.0: Make large button.                    

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

Tên Full Play Full Play
ID mbadifmabjkpaajnhmdcnlkenidcehfe
URL Chính Thức https://chrome.google.com/webstore/detail/full-play/mbadifmabjkpaajnhmdcnlkenidcehfe
Mô tả Video Full Web Play
Kích Thước Tệp 21.17 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.0.1.6
Cập Nhật Lần Cuối 2019-04-04
Ngày Phát Hành 2019-03-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển xiuman89
Email [email protected]
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",
    "background": {
        "page": ".\/background.html",
        "persistent": false
    },
    "description": "Video Full Web Play",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "64": ".\/icons\/icon64.png",
        "128": ".\/icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Full Play",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": []
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                ".\/js\/curWindow.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "version": "1.0.1.6"
}