Sword Art Online Wallpapers and New Tab
Sword Art Online wallpapers and new tab extension brings you a new look to your Chrome browser.
O que é Sword Art Online Wallpapers and New Tab?
Sword Art Online Wallpapers and New Tab é uma extensão do Chrome desenvolvida por http://loadz.com, e sua principal característica é "Sword Art Online wallpapers and new tab extension brings you a new look to your Chrome browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sword Art Online Wallpapers and New Tab
Baixe arquivos de extensão Sword Art Online Wallpapers and New Tab 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
Sword Art Online Wallpapers and New Tab extension brings your browser to a new look and some useful tools.
Informações Básicas da Extensão
Nome | |
ID | hbnpkccmbmfkmhmamkmopeioifnbbfmk |
URL Oficial | https://chrome.google.com/webstore/detail/sword-art-online-wallpape/hbnpkccmbmfkmhmamkmopeioifnbbfmk |
Descrição | Sword Art Online wallpapers and new tab extension brings you a new look to your Chrome browser. |
Tamanho do Arquivo | 31.23 KB |
Contagem de Instalações | 140 |
Versão Atual | 4.3 |
Última Atualização | 2018-01-12 |
Data de Publicação | 2018-01-12 |
Classificação | 3.80/5 Total de 10 Avaliações |
Desenvolvedor | http://loadz.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sword Art Online Wallpapers and New Tab", "version": "4.3", "description": "Sword Art Online wallpapers and new tab extension brings you a new look to your Chrome browser.", "default_locale": "en", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "js\/sword-art-online-bg.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "chrome_settings_overrides": { "homepage": "http:\/\/loadz.com", "search_provider": { "name": "iki Resim", "search_url": "http:\/\/loadz.com\/search\/{searchTerms}", "suggest_url": "http:\/\/loadz.com\/suggest\/{searchTerms}", "encoding": "UTF-8", "is_default": true, "favicon_url": "http:\/\/loadz.com\/favicon.ico", "keyword": "ikiresim.com" } }, "browser_action": { "default_title": "Sword Art Online" }, "optional_permissions": [ "management" ], "permissions": [ "tabs", "topSites" ] } |