One Direction Gallery
One Direction Gallery shows images about this music band. 1D photos!
O que é One Direction Gallery?
One Direction Gallery é uma extensão do Chrome desenvolvida por pictures and images, e sua principal característica é "One Direction Gallery shows images about this music band. 1D photos!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão One Direction Gallery
Baixe arquivos de extensão One Direction 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
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.
Informações Básicas da Extensão
Nome | |
ID | pipplnmdplbedkdahfenbmjjblcjimgl |
URL Oficial | https://chrome.google.com/webstore/detail/one-direction-gallery/pipplnmdplbedkdahfenbmjjblcjimgl |
Descrição | One Direction Gallery shows images about this music band. 1D photos! |
Tamanho do Arquivo | 90.67 KB |
Contagem de Instalações | 144 |
Versão Atual | 1.0 |
Última Atualização | 2016-03-17 |
Data de Publicação | 2015-12-07 |
Classificação | 3.88/5 Total de 8 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": "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" } } |