Googly Eyes on Everything

Lets you put googly eyes on anything and everything!

ما هو Googly Eyes on Everything؟

Googly Eyes on Everything هو إضافة Chrome تم تطويرها بواسطة Jonathon Seth Murphy، والميزة الرئيسية لها هي "Lets you put googly eyes on anything and everything!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Googly Eyes on Everything

قم بتنزيل ملفات الامتداد Googly Eyes on Everything بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": ""
    }
}