JarJarBinksify

Replaces all images on all pages to Jar Jar Binks

What is JarJarBinksify?

JarJarBinksify is a Chrome extension developed by ananibunny, and its main feature is "Replaces all images on all pages to Jar Jar Binks".

Extension Screenshots

screenshot
screenshot
screenshot

Download JarJarBinksify Extension CRX File

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

                                            

Extension Basic Information

Name JarJarBinksify JarJarBinksify
ID llhhpbkgmpbdflbfmifoaoeghioajefg
Official URL https://chromewebstore.google.com/detail/jarjarbinksify/llhhpbkgmpbdflbfmifoaoeghioajefg
Description Replaces all images on all pages to Jar Jar Binks
File Size 76.33 KB
Installation Count 49
Current Version 1.0
Last Updated 2016-05-04
Publish Date 2016-05-04
Rating 5.00/5 Total 5 Ratings
Developer ananibunny
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Replaces all images on all pages to Jar Jar Binks",
    "manifest_version": 2,
    "name": "JarJarBinksify",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}