Floating Player

Watch videos while you browse the internet. Works with YouTube™, Twitch.tv and others.

Floating Player क्या है?

Floating Player kremanov78193d द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch videos while you browse the internet. Works with YouTube™, Twitch.tv and others."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Floating Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ———————————————————

This extension will no longer be updated. Thank you for using "Floating Player"!

Google Chrome 70 already has native Picture-in-Picture, so you don't need an extension anymore! Just create a new bookmark and add this code as URL:

javascript:document.getElementsByTagName('video')[0].requestPictureInPicture();

———————————————————

Source code and bug tracker are available at https://github.com/gabrielbarros/floating-player

———————————————————

Floating Player is a lightweight extension that lets you watch YouTube™ and Twitch videos while you browse the internet.

How to open a popup?
• Open the video page
• Click the extension icon on the top right corner of Chrome

——————————————————

READ THIS:
- If you want the classic popup back, go to the options page and uncheck "use native picture in picture".

- Most options don't work for native picture in picture.

- You need to install Deskpins if you prefer the classic popup.


——————————————————

Works with YouTube™, Twitch.tv and many others.

——————————————————

Changelog
https://raw.githubusercontent.com/gabrielbarros/floating-player/master/CHANGELOG                    

एक्सटेंशन की मूल जानकारी

नाम Floating Player Floating Player
ID ekajjllcmeckibblgckgoceinmmgnfop
आधिकारिक URL https://chrome.google.com/webstore/detail/floating-player/ekajjllcmeckibblgckgoceinmmgnfop
विवरण Watch videos while you browse the internet. Works with YouTube™, Twitch.tv and others.
फ़ाइल का आकार 207 KB
स्थापना संख्या 196,749
वर्तमान संस्करण 3.9
अंतिम अपडेट 2022-11-28
प्रकाशन तिथि 2018-11-05
रेटिंग 3.94/5 कुल 774 रेटिंग्स
डेवलपर kremanov78193d
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/gabrielbarros/floating-player
समर्थित भाषाएँ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Floating Player",
    "version": "3.9",
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com https:\/\/s.ytimg.com 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/16.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "optional_permissions": [
        "management"
    ]
}