Siwdesa News

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

Vad är Siwdesa News?

Siwdesa News är en Chrome-tillägg utvecklad av http://www.siwdesa.com, och dess huvudfunktion är "Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Siwdesa News-förlängningens CRX-fil

Ladda ner Siwdesa News-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Siwdesa News gives you latest Sinhala news notifications.                    

Grundläggande Information om Tillägg

Namn Siwdesa News Siwdesa News
ID flfgnafjfcihnllbcoghcoapallgcgen
Officiell webbadress https://chrome.google.com/webstore/detail/siwdesa-news/flfgnafjfcihnllbcoghcoapallgcgen
Beskrivning Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com
Filstorlek 38.81 KB
Antal Installationer 24
Aktuell Version 0.1
Senast Uppdaterad 2015-03-10
Publiceringsdatum 2015-03-10
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare http://www.siwdesa.com
Betalningssätt free
Stödda Språk 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"
    }
}