Kantai Collection Pop-up!
Creates a pop-up window for a browser game called Kantai Collection using API-LINK.
O que é Kantai Collection Pop-up!?
Kantai Collection Pop-up! é uma extensão do Chrome desenvolvida por Siwat Pruksapanya, e sua principal característica é "Creates a pop-up window for a browser game called Kantai Collection using API-LINK.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kantai Collection Pop-up!
Baixe arquivos de extensão Kantai Collection Pop-up! 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
How to set up: 1.) Get your api-link. (Ctrl+Shift+C then click on the game) ( more details here http://goo.gl/gWoiPF ) 2.) Go to extension's options and enter the api-link. Window size can be edited in the options as well. 3.) Don't forget to click save. 4.) Click at extension icon to play. Update Note: 0.0.0.3 : The API-LINK will no longer show up on the title of the pop-up. Note from developer: This application is just a simple javascript to generate a popup to fit the game screen. The API-LINK is stored locally at the browser.
Informações Básicas da Extensão
Nome | Kantai Collection Pop-up! |
ID | nmhllmnpeopjiokhgnmppijdincmlimi |
URL Oficial | https://chromewebstore.google.com/detail/kantai-collection-pop-up/nmhllmnpeopjiokhgnmppijdincmlimi |
Descrição | Creates a pop-up window for a browser game called Kantai Collection using API-LINK. |
Tamanho do Arquivo | 37.18 KB |
Contagem de Instalações | 431 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2015-04-03 |
Data de Publicação | 2015-04-02 |
Classificação | 4.56/5 Total de 34 Avaliações |
Desenvolvedor | Siwat Pruksapanya |
Tipo de Pagamento | free |
Site da Extensão | http://www.facebook.com/siwatpruksapanya |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kantai Collection Pop-up!", "version": "0.0.0.3", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "description": "Creates a pop-up window for a browser game called Kantai Collection using API-LINK.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon48.png" }, "options_page": "options.html" } |