Kantai Collection Pop-up!
Creates a pop-up window for a browser game called Kantai Collection using API-LINK.
Was ist Kantai Collection Pop-up!?
Kantai Collection Pop-up! ist eine Chrome-Erweiterung, die von Siwat Pruksapanya entwickelt wurde, und ihr Hauptmerkmal ist "Creates a pop-up window for a browser game called Kantai Collection using API-LINK.".
Erweiterungsscreenshots
Kantai Collection Pop-up!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kantai Collection Pop-up!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nmhllmnpeopjiokhgnmppijdincmlimi |
| Offizielle URL | https://chromewebstore.google.com/detail/kantai-collection-pop-up/nmhllmnpeopjiokhgnmppijdincmlimi |
| Beschreibung | Creates a pop-up window for a browser game called Kantai Collection using API-LINK. |
| Dateigröße | 37.18 KB |
| Installationsanzahl | 431 |
| Aktuelle Version | 0.0.0.3 |
| Letztes Update | 2015-04-03 |
| Veröffentlichungsdatum | 2015-04-02 |
| Bewertung | 4.56/5 Insgesamt 34 Bewertungen |
| Entwickler | Siwat Pruksapanya |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.facebook.com/siwatpruksapanya |
| Unterstützte Sprachen | 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"
} | |