Siwdesa News
Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com
What is Siwdesa News?
Siwdesa News is a Chrome extension developed by http://www.siwdesa.com, and its main feature is "Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com".
Extension Screenshots
Download Siwdesa News Extension CRX File
Download Siwdesa News 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
Siwdesa News gives you latest Sinhala news notifications.
Extension Basic Information
Name | |
ID | flfgnafjfcihnllbcoghcoapallgcgen |
Official URL | https://chrome.google.com/webstore/detail/siwdesa-news/flfgnafjfcihnllbcoghcoapallgcgen |
Description | Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com |
File Size | 38.81 KB |
Installation Count | 24 |
Current Version | 0.1 |
Last Updated | 2015-03-10 |
Publish Date | 2015-03-10 |
Rating | 4.67/5 Total 3 Ratings |
Developer | http://www.siwdesa.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Siwdesa News", "version": "0.1", "description": "Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "notifications", "http:\/\/www.siwdesa.com\/", "https:\/\/www.siwdesa.com\/", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ], "browser_action": { "default_title": "Click to Deactivate", "default_popup": "popup.html" } } |