Picture-in-Picture Extension by c4r

Picture-in-Picture with shortcuts control.

Qu'est-ce que Picture-in-Picture Extension by c4r ?

Picture-in-Picture Extension by c4r est une extension Chrome développée par c4r, et sa fonction principale est "Picture-in-Picture with shortcuts control.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Picture-in-Picture Extension by c4r

Téléchargez les fichiers d'extension Picture-in-Picture Extension by c4r au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The extension allows video to hover on the desktop as a small window, and can be automatically loaded after the video changes.
The play progress can be easily adjusted with the global shortcut key.
Please refer to github page for detail on setting global shortcut https://github.com/c4rO-0/chromeExtPIP .                    

Informations de Base sur l'Extension

Nom Picture-in-Picture Extension by c4r Picture-in-Picture Extension by c4r
ID banggcaohiaanmdkalekjcffjonamlkj
URL Officiel https://chromewebstore.google.com/detail/picture-in-picture-extens/banggcaohiaanmdkalekjcffjonamlkj
Description Picture-in-Picture with shortcuts control.
Taille du Fichier 13.94 KB
Nombre d'Installations 10,389
Version Actuelle 0.4
Dernière Mise à Jour 2021-02-01
Date de Publication 2020-03-27
Évaluation 4.69/5 Total 32 Évaluations
Développeur c4r
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/c4rO-0/chromeExtPIP
URL de la Page d'Aide https://github.com/c4rO-0/chromeExtPIP/issues
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "zh_CN",
    "version": "0.4",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "backward": {
            "description": "__MSG_backward__",
            "suggested_key": {
                "windows": "Ctrl+Left",
                "mac": "Command+Left",
                "chromeos": "Ctrl+Left",
                "linux": "Ctrl+Left"
            }
        },
        "forward": {
            "description": "__MSG_forward__",
            "suggested_key": {
                "windows": "Ctrl+Right",
                "mac": "Command+Right",
                "chromeos": "Ctrl+Right",
                "linux": "Ctrl+Right"
            }
        },
        "volumeUp": {
            "description": "__MSG_volumeUp__"
        },
        "volumeDown": {
            "description": "__MSG_volumeDown__"
        },
        "exit": {
            "description": "__MSG_exit__"
        },
        "reopen": {
            "description": "__MSG_reopen__"
        },
        "play": {
            "description": "__MSG_playPause__",
            "suggested_key": {
                "windows": "Ctrl+Space",
                "mac": "Command+Space",
                "chromeos": "Ctrl+Space",
                "linux": "Ctrl+Space"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "",
        "storage"
    ],
    "minimum_chrome_version": "69.0.3483.0",
    "manifest_version": 2
}