VGorode
VGorode
What is VGorode?
VGorode is a Chrome extension developed by https://vgorode.ua, and its main feature is "VGorode".
Extension Screenshots
Download VGorode Extension CRX File
Download VGorode 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
Гид, путеводитель, помощник, городской фильтр. Мы показываем, помогаем сориентироваться в городе. Наши города: Киев, Днепр, Донецк, Харьков, Одесса, Луганск, Запорожье, Крым.
Extension Basic Information
Name | VGorode |
ID | agponkjjpabaenpkebccjlpgfconkcle |
Official URL | https://chromewebstore.google.com/detail/vgorode/agponkjjpabaenpkebccjlpgfconkcle |
Description | VGorode |
File Size | 64.01 KB |
Installation Count | 14 |
Current Version | 1.0.1 |
Last Updated | 2014-12-29 |
Publish Date | 2014-12-29 |
Rating | 4.88/5 Total 8 Ratings |
Developer | https://vgorode.ua |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VGorode", "description": "VGorode", "version": "1.0.1", "permissions": [ "http:\/\/vgorode.ua\/", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "icons": { "16": "icon.png", "48": "48x48.png", "128": "128x128.png" } } |