Justin Bieber Photo Gallery
Justin Bieber Photo Gallery includes images about singer music and song showmen.
O que é Justin Bieber Photo Gallery?
Justin Bieber Photo Gallery é uma extensão do Chrome desenvolvida por pictures and images, e sua principal característica é "Justin Bieber Photo Gallery includes images about singer music and song showmen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Justin Bieber Photo Gallery
Baixe arquivos de extensão Justin Bieber Photo Gallery no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | nfidhpelnadaaplkjajdhahhdnccggkm |
URL Oficial | https://chrome.google.com/webstore/detail/justin-bieber-photo-galle/nfidhpelnadaaplkjajdhahhdnccggkm |
Descrição | Justin Bieber Photo Gallery includes images about singer music and song showmen. |
Tamanho do Arquivo | 96.22 KB |
Contagem de Instalações | 52 |
Versão Atual | 1.0 |
Última Atualização | 2015-09-30 |
Data de Publicação | 2015-09-30 |
Classificação | 2.10/5 Total de 10 Avaliações |
Desenvolvedor | pictures and images |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |