Livenews.bg
Последни новини от България и света, видео и снимки. Всичко свързано с политика, бизнес, спорт, забавление и други
What is Livenews.bg?
Livenews.bg is a Chrome extension developed by http://livenews.bg, and its main feature is "Последни новини от България и света, видео и снимки. Всичко свързано с политика, бизнес, спорт, забавление и други".
Extension Screenshots
Download Livenews.bg Extension CRX File
Download Livenews.bg 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 | |
ID | banihnpgjciipcdiiagciicknfiedlid |
Official URL | https://chrome.google.com/webstore/detail/livenewsbg/banihnpgjciipcdiiagciicknfiedlid |
Description | Последни новини от България и света, видео и снимки. Всичко свързано с политика, бизнес, спорт, забавление и други |
File Size | 121 KB |
Installation Count | 94 |
Current Version | 0.3 |
Last Updated | 2014-12-19 |
Publish Date | 2014-12-19 |
Developer | http://livenews.bg |
Payment Type | free |
Supported Languages | bg |
manifest.json | |
{ "browser_action": { "default_icon": "icon16x16.png", "default_popup": "index.html" }, "description": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u043d\u043e\u0432\u0438\u043d\u0438 \u043e\u0442 \u0411\u044a\u043b\u0433\u0430\u0440\u0438\u044f \u0438 \u0441\u0432\u0435\u0442\u0430, \u0432\u0438\u0434\u0435\u043e \u0438 \u0441\u043d\u0438\u043c\u043a\u0438. \u0412\u0441\u0438\u0447\u043a\u043e \u0441\u0432\u044a\u0440\u0437\u0430\u043d\u043e \u0441 \u043f\u043e\u043b\u0438\u0442\u0438\u043a\u0430, \u0431\u0438\u0437\u043d\u0435\u0441, \u0441\u043f\u043e\u0440\u0442, \u0437\u0430\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0438 \u0434\u0440\u0443\u0433\u0438", "icons": { "128": "icon16x16.png", "16": "icon16x16.png", "32": "icon16x16.png", "48": "icon16x16.png" }, "manifest_version": 2, "name": "Livenews.bg", "permissions": [ "tabs", "notifications", "http:\/\/www.livenews.bg\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*.livenews.bg\/*" ], "js": [ "jquery-1.11.0.min.js", "installed.js" ], "run_at": "document_start" } ] } |