Googly Eyes on Everything

Lets you put googly eyes on anything and everything!

Wat is Googly Eyes on Everything?

Googly Eyes on Everything is een Chrome-extensie ontwikkeld door Jonathon Seth Murphy, en de belangrijkste functie is "Lets you put googly eyes on anything and everything!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Googly Eyes on Everything

Download Googly Eyes on Everything-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 JSMurphy1991@gmail.com for press inquiries, or bug reports. 

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

Basisinformatie over de Extensie

Naam Googly Eyes on Everything Googly Eyes on Everything
ID kjjfieeekngphmcnclbgcaepogljinhi
Officiële URL https://chromewebstore.google.com/detail/googly-eyes-on-everything/kjjfieeekngphmcnclbgcaepogljinhi
Beschrijving Lets you put googly eyes on anything and everything!
Bestandsgrootte 218 KB
Aantal Installaties 391
Huidige Versie 0.4
Laatst Bijgewerkt 2018-09-29
Publicatiedatum 2018-09-28
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Jonathon Seth Murphy
E-mail jsmurphy1991@gmail.com
Betalingswijze free
Ondersteunde Talen 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": ""
    }
}