Siwdesa News

Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com

Siwdesa News là gì?

Siwdesa News là một tiện ích mở rộng Chrome được phát triển bởi http://www.siwdesa.com, và tính năng chính của nó là "Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Siwdesa News

Tải xuống các tệp mở rộng Siwdesa News dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Siwdesa News gives you latest Sinhala news notifications.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Siwdesa News Siwdesa News
ID flfgnafjfcihnllbcoghcoapallgcgen
URL Chính Thức https://chrome.google.com/webstore/detail/siwdesa-news/flfgnafjfcihnllbcoghcoapallgcgen
Mô tả Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com
Kích Thước Tệp 38.81 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-03-10
Ngày Phát Hành 2015-03-10
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.siwdesa.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}