Kantai Collection Pop-up!
Creates a pop-up window for a browser game called Kantai Collection using API-LINK.
What is Kantai Collection Pop-up!?
Kantai Collection Pop-up! is a Chrome extension developed by Siwat Pruksapanya, and its main feature is "Creates a pop-up window for a browser game called Kantai Collection using API-LINK.".
Extension Screenshots
Download Kantai Collection Pop-up! Extension CRX File
Download Kantai Collection Pop-up! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Kantai Collection Pop-up! |
ID | nmhllmnpeopjiokhgnmppijdincmlimi |
Official URL | https://chromewebstore.google.com/detail/kantai-collection-pop-up/nmhllmnpeopjiokhgnmppijdincmlimi |
Description | Creates a pop-up window for a browser game called Kantai Collection using API-LINK. |
File Size | 37.18 KB |
Installation Count | 431 |
Current Version | 0.0.0.3 |
Last Updated | 2015-04-03 |
Publish Date | 2015-04-02 |
Rating | 4.56/5 Total 34 Ratings |
Developer | Siwat Pruksapanya |
Payment Type | free |
Extension Website | http://www.facebook.com/siwatpruksapanya |
Supported Languages | 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" } |