flip

Flips all images, this is a good joke

What is flip?

flip is a Chrome extension developed by C-DUB, and its main feature is "Flips all images, this is a good joke".

Extension Screenshots

screenshot

Download flip Extension CRX File

Download flip 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

                        A fun extension to load on a friend or co-workers computer to flip all images on web pages.                    

Extension Basic Information

Name flip flip
ID ejgjngjbmjigimcgnkbmhoefkapamcof
Official URL https://chromewebstore.google.com/detail/flip/ejgjngjbmjigimcgnkbmhoefkapamcof
Description Flips all images, this is a good joke
File Size 39.83 KB
Installation Count 66
Current Version 1.0
Last Updated 2014-09-26
Publish Date 2014-09-26
Rating 3.00/5 Total 2 Ratings
Developer C-DUB
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Flips all images, this is a good joke",
    "icons": {
        "128": "logo128.png"
    },
    "manifest_version": 2,
    "name": "flip",
    "short_name": "flip",
    "version": "1.0"
}