easy pip

open PIP in chrome easier

What is easy pip?

easy pip is a Chrome extension developed by overra, and its main feature is "open PIP in chrome easier".

Extension Screenshots

screenshot

Download easy pip Extension CRX File

Download easy pip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        just provides a button to request PIP on whatever video is playing.

direct any issues/requests to https://github.com/overra/easy-pip                    

Extension Basic Information

Name easy pip easy pip
ID fohilafnljhombmjjllkgaeoadilkoac
Official URL https://chrome.google.com/webstore/detail/easy-pip/fohilafnljhombmjjllkgaeoadilkoac
Description open PIP in chrome easier
File Size 6.84 KB
Installation Count 295
Current Version 0.2.0
Last Updated 2018-12-07
Publish Date 2018-12-02
Rating 3.50/5 Total 2 Ratings
Developer overra
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "easy pip",
    "version": "0.2.0",
    "description": "open PIP in chrome easier",
    "browser_action": {
        "default_icon": {
            "16": "pip-32.png",
            "32": "pip-64.png",
            "64": "pip-128.png",
            "128": "pip-256.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "embed.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "pip-32.png",
        "32": "pip-64.png",
        "64": "pip-128.png",
        "128": "pip-256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}