Googly Eyes on Everything

Lets you put googly eyes on anything and everything!

Was ist Googly Eyes on Everything?

Googly Eyes on Everything ist eine Chrome-Erweiterung, die von Jonathon Seth Murphy entwickelt wurde, und ihr Hauptmerkmal ist "Lets you put googly eyes on anything and everything!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Googly Eyes on Everything-Erweiterungs-CRX-Datei herunterladen

Laden Sie Googly Eyes on Everything-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Googly Eyes on Everything Googly Eyes on Everything
ID kjjfieeekngphmcnclbgcaepogljinhi
Offizielle URL https://chromewebstore.google.com/detail/googly-eyes-on-everything/kjjfieeekngphmcnclbgcaepogljinhi
Beschreibung Lets you put googly eyes on anything and everything!
Dateigröße 218 KB
Installationsanzahl 391
Aktuelle Version 0.4
Letztes Update 2018-09-29
Veröffentlichungsdatum 2018-09-28
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler Jonathon Seth Murphy
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": ""
    }
}