Googly Eyes on Everything

Lets you put googly eyes on anything and everything!

什么是Googly Eyes on Everything?

Googly Eyes on Everything是由Jonathon Seth Murphy开发的Chrome扩展程序,该扩展的主要功能是“Lets you put googly eyes on anything and everything!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Googly Eyes on Everything扩展crx文件

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

扩展使用说明

                        Right click and select "Add Googly Eye" to add a googly eye to pictures, gifs, videos, and much more. 

Add googly eyes to your friends, your loved ones, to cucumbers, and fishies!!! 

Make a mockery of your uncles sincere facebook post! 

Have more fun with your news stories!!

The oyster is your world now kiddo! 


Contact [email protected] for press inquiries, or bug reports. 

Checkout the source code at: https://github.com/JonathonMurphy/Googly-Eyes                    

扩展基本信息

名称 Googly Eyes on Everything Googly Eyes on Everything
ID kjjfieeekngphmcnclbgcaepogljinhi
官方URL https://chromewebstore.google.com/detail/googly-eyes-on-everything/kjjfieeekngphmcnclbgcaepogljinhi
简介 Lets you put googly eyes on anything and everything!
文件大小 218 KB
安装次数 391
当前版本 0.4
更新时间 2018-09-29
上架时间 2018-09-28
评分 2.33/5 共3次评分
开发者 Jonathon Seth Murphy
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Googly Eyes on Everything",
    "version": "0.4",
    "description": "Lets you put googly eyes on anything and everything!",
    "icons": {
        "128": "favicon.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.js",
                "jquery-ui.js",
                "googlyEyes.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": ""
    }
}