Zipppo
Скрипт для просмотра статистики в игре БЕЗУМИЕ
What is Zipppo?
Zipppo is a Chrome extension developed by mister.tomorrow, and its main feature is "Скрипт для просмотра статистики в игре БЕЗУМИЕ".
Download Zipppo Extension CRX File
Download Zipppo 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
Скрипт позволяет просматривать статистику on-line игры "Безумие"
Extension Basic Information
Name | |
ID | jgcpikjogdfkdjfabeoaeddfiolopijl |
Official URL | https://chrome.google.com/webstore/detail/zipppo/jgcpikjogdfkdjfabeoaeddfiolopijl |
Description | Скрипт для просмотра статистики в игре БЕЗУМИЕ |
File Size | 86.47 KB |
Installation Count | 27 |
Current Version | 0.1 |
Last Updated | 2012-08-11 |
Publish Date | 2012-08-11 |
Rating | 4.00/5 Total 13 Ratings |
Developer | mister.tomorrow |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zipppo", "version": "0.1", "description": "\u0421\u043a\u0440\u0438\u043f\u0442 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438 \u0432 \u0438\u0433\u0440\u0435 \u0411\u0415\u0417\u0423\u041c\u0418\u0415", "permissions": [ "http:\/\/mad-vk.playflock.com\/*", "http:\/\/bezumie.sk-k.ru\/*" ], "author": "Zipppo", "browser_action": { "default_icon": "Images\/icon.png", "default_title": "Zipppo" }, "content_scripts": [ { "matches": [ "http:\/\/vkontakte.ru\/*", "http:\/\/vk.com\/*" ], "js": [ "zhipppo.js" ] } ] } |