JarJarBinksify

Replaces all images on all pages to Jar Jar Binks

什么是JarJarBinksify?

JarJarBinksify是由ananibunny开发的Chrome扩展程序,该扩展的主要功能是“Replaces all images on all pages to Jar Jar Binks”。

扩展截图

screenshot
screenshot
screenshot

下载JarJarBinksify扩展crx文件

下载JarJarBinksify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 JarJarBinksify JarJarBinksify
ID llhhpbkgmpbdflbfmifoaoeghioajefg
官方URL https://chromewebstore.google.com/detail/jarjarbinksify/llhhpbkgmpbdflbfmifoaoeghioajefg
简介 Replaces all images on all pages to Jar Jar Binks
文件大小 76.33 KB
安装次数 49
当前版本 1.0
更新时间 2016-05-04
上架时间 2016-05-04
评分 5.00/5 共5次评分
开发者 ananibunny
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}