Go PopOut!

PopOut video player on some websites

Wat is Go PopOut!?

Go PopOut! is een Chrome-extensie ontwikkeld door tranceduck, en de belangrijkste functie is "PopOut video player on some websites".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Go PopOut!

Download Go PopOut!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Go PopOut! will enable a 'pop out' icon inline with video controls on some sites like YouTube and Twitch that will pop out the current video on a separate window. Look for it and enjoy.

Due to Chrome limitations is not possible to keep the pop out window in front of other windows or always visible.                    

Basisinformatie over de Extensie

Naam Go PopOut! Go PopOut!
ID gkancbhpmeiamiljkcfajhebcimjjbie
Officiële URL https://chromewebstore.google.com/detail/go-popout/gkancbhpmeiamiljkcfajhebcimjjbie
Beschrijving PopOut video player on some websites
Bestandsgrootte 19.89 KB
Aantal Installaties 5,031
Huidige Versie 2.1.2
Laatst Bijgewerkt 2018-12-14
Publicatiedatum 2018-12-14
Beoordeling 3.12/5 Totaal 43 Beoordelingen
Ontwikkelaar tranceduck
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go PopOut!",
    "description": "PopOut video player on some websites",
    "version": "2.1.2",
    "background": {
        "scripts": [
            "scripts\/core\/core.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon-19.png",
        "default_title": "Go PopOut!",
        "default_popup": "views\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.ted.com\/*",
                "*:\/\/*.dailymotion.com\/*",
                "*:\/\/*.metacafe.com\/*",
                "*:\/\/*.nasa.gov\/*",
                "*:\/\/*.ustream.tv\/*"
            ],
            "js": [
                "scripts\/content_scripts\/content.js"
            ],
            "css": [
                "styles\/pip.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "scripts\/content_scripts\/content.js",
        "server\/supported-websites.json",
        "styles\/pip.css",
        "images\/go-pip.white.svg",
        "images\/go-pip.black.svg",
        "images\/go-pip.grey.svg",
        "images\/transparent.gif"
    ],
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "*:\/\/*.youtube.com\/watch*",
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.vimeo.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.ted.com\/*",
        "*:\/\/*.dailymotion.com\/*",
        "*:\/\/*.metacafe.com\/*",
        "*:\/\/*.nasa.gov\/*",
        "*:\/\/*.ustream.tv\/*"
    ],
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}