Imgur Peeker

Adds a link next to the user's name to go directly to albums.

Imgur Peeker là gì?

Imgur Peeker là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Adds a link next to the user's name to go directly to albums.".

Ả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 Imgur Peeker

Tải xuống các tệp mở rộng Imgur Peeker 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

                        Adds a link next to the user's name to go directly to albums.                    

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

Tên Imgur Peeker Imgur Peeker
ID imblcbiihlokenchlldaibjfhpglpfod
URL Chính Thức https://chromewebstore.google.com/detail/imgur-peeker/imblcbiihlokenchlldaibjfhpglpfod
Mô tả Adds a link next to the user's name to go directly to albums.
Kích Thước Tệp 26.31 KB
Số Lần Cài Đặt 446
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2017-01-26
Ngày Phát Hành 2017-01-26
Đánh Giá 3.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Unknown
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": "Imgur Peeker",
    "description": "Adds a link next to the user's name to go directly to albums.",
    "version": "2.1.0",
    "icons": {
        "48": "gir48.png",
        "128": "gir128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "gir48.png",
            "128": "gir128.png"
        },
        "default_title": "Imgur Peeker"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imgur.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}