Googly Eyes on Everything

Lets you put googly eyes on anything and everything!

Googly Eyes on Everything là gì?

Googly Eyes on Everything là một tiện ích mở rộng Chrome được phát triển bởi Jonathon Seth Murphy, và tính năng chính của nó là "Lets you put googly eyes on anything and everything!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Googly Eyes on Everything

Tải xuống các tệp mở rộng Googly Eyes on Everything dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Googly Eyes on Everything Googly Eyes on Everything
ID kjjfieeekngphmcnclbgcaepogljinhi
URL Chính Thức https://chromewebstore.google.com/detail/googly-eyes-on-everything/kjjfieeekngphmcnclbgcaepogljinhi
Mô tả Lets you put googly eyes on anything and everything!
Kích Thước Tệp 218 KB
Số Lần Cài Đặt 391
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2018-09-29
Ngày Phát Hành 2018-09-28
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jonathon Seth Murphy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": ""
    }
}