Justin Bieber Photo Gallery
Justin Bieber Photo Gallery includes images about singer music and song showmen.
Justin Bieber Photo Gallery là gì?
Justin Bieber Photo 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à "Justin Bieber Photo Gallery includes images about singer music and song showmen.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Justin Bieber Photo Gallery
Tải xuống các tệp mở rộng Justin Bieber Photo 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
Justin Bieber extension brings images from his video clips, music songs, his picture life. Fans can add actual photos: *************************** * Right-click on the image. * Click to: Add to Justin Bieber Photo Gallery. * New picture shows in popup. Please share this popular app on G+, Twitter or Facebook.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nfidhpelnadaaplkjajdhahhdnccggkm |
URL Chính Thức | https://chrome.google.com/webstore/detail/justin-bieber-photo-galle/nfidhpelnadaaplkjajdhahhdnccggkm |
Mô tả | Justin Bieber Photo Gallery includes images about singer music and song showmen. |
Kích Thước Tệp | 96.22 KB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-09-30 |
Ngày Phát Hành | 2015-09-30 |
Đánh Giá | 2.10/5 Tổng số 10 Đá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": "Justin Bieber Photo Gallery", "description": "Justin Bieber Photo Gallery includes images about singer music and song showmen.", "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" } } |