One Direction Gallery

One Direction Gallery shows images about this music band. 1D photos!

One Direction Gallery là gì?

One Direction Gallery là một tiện ích mở rộng Chrome được phát triển bởi pictures and images, và tính năng chính của nó là "One Direction Gallery shows images about this music band. 1D photos!".

Ả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 One Direction Gallery

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

                        One Direction Gallery include photos about new music videos 1D, images of band, Niall Horan, Zayn Malik, Liam Payne, Harry Styles, Louis Tomlinson.

You can add actual pictures. Right-click on the image and then click to 'Add to One Direction Gallery'. Share on Twitter, G+, Facebook.                    

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

Tên One Direction Gallery One Direction Gallery
ID pipplnmdplbedkdahfenbmjjblcjimgl
URL Chính Thức https://chrome.google.com/webstore/detail/one-direction-gallery/pipplnmdplbedkdahfenbmjjblcjimgl
Mô tả One Direction Gallery shows images about this music band. 1D photos!
Kích Thước Tệp 90.67 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-03-17
Ngày Phát Hành 2015-12-07
Đánh Giá 3.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển pictures and images
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": "One Direction Gallery",
    "description": "One Direction Gallery shows images about this music band. 1D photos!",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "conf.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img_sep\/ico_19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "img_sep\/ico_16.png",
        "48": "img_sep\/ico_48.png"
    }
}