ForcePIP
Force a video to play using Picture-in-Picture
Vad är ForcePIP?
ForcePIP är en Chrome-tillägg utvecklad av https://adamgonen.com, och dess huvudfunktion är "Force a video to play using Picture-in-Picture".
Tilläggsskärmbilder
Ladda ner ForcePIP-förlängningens CRX-fil
Ladda ner ForcePIP-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
                        To activate, press the extension icon on the toolbar.
Allows to to play videos using the built in Picture-in-Picture (PIP) that is not usually allowed by video players. 
Using Picture-in-Picture allows to do other work while still watching almost any video.
Free to use and does not collect any data.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | cgadklekpacccapkencnkjkiofmeipab | 
| Officiell webbadress | https://chromewebstore.google.com/detail/forcepip/cgadklekpacccapkencnkjkiofmeipab | 
| Beskrivning | Force a video to play using Picture-in-Picture | 
| Filstorlek | 10.05 KB | 
| Antal Installationer | 1,279 | 
| Aktuell Version | 1.0.0 | 
| Senast Uppdaterad | 2020-03-25 | 
| Publiceringsdatum | 2020-03-24 | 
| Betyg | 4.25/5 Totalt 4 Betyg | 
| Utvecklare | https://adamgonen.com | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://adamgonen.com | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ForcePIP",
    "description": "Force a video to play using Picture-in-Picture",
    "homepage_url": "https:\/\/adamgonen.com",
    "manifest_version": 2,
    "version": "1.0.0",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "ForcePIP"
    },
    "permissions": [
        "activeTab"
    ]
}  |  |