Picture in Picture

Watch video always in floating window

Vad är Picture in Picture?

Picture in Picture är en Chrome-tillägg utvecklad av sokotovartur, och dess huvudfunktion är "Watch video always in floating window".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Picture in Picture-förlängningens CRX-fil

Ladda ner Picture in Picture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        A very handy extension for watching videos while browsing the web or using other applications is already here. This is Amazing Picture in Picture. Our new product is of high quality and very easy to use. Amazing Picture in Picture works on all desktop platforms. You can be on any page on the Internet and you will have a floating window in which you can watch whatever you want. The Amazing Picture in Picture extension is lightweight. You will be pleasantly surprised when working with our new extension. Therefore, rather install the free Amazing Picture in Picture and enjoy.                    

Grundläggande Information om Tillägg

Namn Picture in Picture Picture in Picture
ID gcdmnhmmikclfheenplemamfnjdgajbl
Officiell webbadress https://chrome.google.com/webstore/detail/picture-in-picture/gcdmnhmmikclfheenplemamfnjdgajbl
Beskrivning Watch video always in floating window
Filstorlek 24.23 KB
Antal Installationer 6,000
Aktuell Version 1.6
Senast Uppdaterad 2022-01-24
Publiceringsdatum 2021-02-24
Betyg 3.25/5 Totalt 12 Betyg
Utvecklare sokotovartur
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "ghafiople.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "oplituMopasd.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "hjnasmog.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.6",
    "web_accessible_resources": [
        "*.png"
    ]
}