PiP View

Add a button to YouTube™ to pop the video out into a new resizable window.

PiP View là gì?

PiP View là một tiện ích mở rộng Chrome được phát triển bởi alinaakova5, và tính năng chính của nó là "Add a button to YouTube™ to pop the video out into a new resizable window.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Check out new and amazing picture-in-picture extension for your chrome browser. We are sure that if you download our product, you will not regret it. Simple and elegant, useful and reliable – it’s all about the new floating video extension. We just want you to experience the best browsing ever with our PiP extension. Picture-in-picture mode creates a fully working video player that will float with you across the browser and always on the top of other windows.
Pic-in-pic mode supports all video formats and works with popular video hubs like Youtube, Vimeo, Facebook and many others. But you can also use floating video extension on a bunch of different websites. Opened video will always upper other windows and float from site to site. How to use picture in picture extension? It’s pretty easy: open website with a video you need and run it; click on the extension icon in chrome toolbar and the floating video window will pop up. Pic-in-pic addon is a powerful tool for watching videos on a mini-video player for all sites. Don’t hesitate and get this cool picture in picture extension just in one click. Don’t forget to refresh the webpage before using the PiP extension for the first time.
Note: We don’t track your online activity and the extension has no hidden scripts to mess with your device.                    

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

Tên PiP View PiP View
ID kgcpdacnfpifblcfcoacknicpgidhfio
URL Chính Thức https://chromewebstore.google.com/detail/pip-view/kgcpdacnfpifblcfcoacknicpgidhfio
Mô tả Add a button to YouTube™ to pop the video out into a new resizable window.
Kích Thước Tệp 47.74 KB
Số Lần Cài Đặt 333
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-01-24
Ngày Phát Hành 2021-10-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển alinaakova5
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "",
        "storage"
    ],
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.youtube.com https:\/\/s.ytimg.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "debug.html"
    },
    "browser_action": {
        "default_popup": "views\/dialog.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content\/js\/stone.js"
            ],
            "css": [
                "content\/css\/stone.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "views\/assets\/js\/cs-dialog.js"
            ],
            "css": [
                "views\/assets\/cs-dialog.css"
            ]
        }
    ],
    "icons": {
        "128": "views\/assets\/icons\/popup-icon.png"
    }
}