Siwdesa News

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

Cos'è Siwdesa News?

Siwdesa News è un'estensione di Chrome sviluppata da http://www.siwdesa.com, e la sua funzione principale è "Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Siwdesa News

Scarica i file di estensione Siwdesa News in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Siwdesa News gives you latest Sinhala news notifications.                    

Informazioni di Base sull'Estensione

Nome Siwdesa News Siwdesa News
ID flfgnafjfcihnllbcoghcoapallgcgen
URL Ufficiale https://chrome.google.com/webstore/detail/siwdesa-news/flfgnafjfcihnllbcoghcoapallgcgen
Descrizione Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com
Dimensione del File 38.81 KB
Conteggio Installazioni 24
Versione Corrente 0.1
Ultimo Aggiornamento 2015-03-10
Data di Pubblicazione 2015-03-10
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore http://www.siwdesa.com
Tipo di Pagamento free
Lingue Supportate 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"
    }
}