9ZOOM - 9gag Avatar Zoom

Unofficial extension that zooms the 9gag users avatars on mouse hover.

9ZOOM - 9gag Avatar Zoom là gì?

9ZOOM - 9gag Avatar Zoom là một tiện ích mở rộng Chrome được phát triển bởi slipknoize, và tính năng chính của nó là "Unofficial extension that zooms the 9gag users avatars on mouse hover.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 9ZOOM - 9gag Avatar Zoom

Tải xuống các tệp mở rộng 9ZOOM - 9gag Avatar Zoom 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

                        With 9ZOOM you can view a bigger Avatar Picture from 9gag.com commentary section. Just mouse hover the original user profile image, and see the magic happening!                    

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

Tên 9ZOOM - 9gag Avatar Zoom 9ZOOM - 9gag Avatar Zoom
ID amlibgjdibjookcmegippkkcpkflbgio
URL Chính Thức https://chrome.google.com/webstore/detail/9zoom-9gag-avatar-zoom/amlibgjdibjookcmegippkkcpkflbgio
Mô tả Unofficial extension that zooms the 9gag users avatars on mouse hover.
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2017-02-24
Ngày Phát Hành 2017-02-24
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển slipknoize
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9ZOOM - 9gag Avatar Zoom",
    "short_name": "9ZOOM",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "Unofficial extension that zooms the 9gag users avatars on mouse hover.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "9ZOOM",
        "default_popup": "extension.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.9gag.com\/*",
                "https:\/\/*.9gag.com\/*"
            ],
            "js": [
                "jquery.js",
                "9zoom.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "spinner.gif"
    ]
}