Loto Sonuçları

Loto sonuçlarına hızlıca ulaşmanızı sağlar

Wat is Loto Sonuçları?

Loto Sonuçları is een Chrome-extensie ontwikkeld door http://sonucu.gen.tr, en de belangrijkste functie is "Loto sonuçlarına hızlıca ulaşmanızı sağlar".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Loto Sonuçları

Download Loto Sonuçları-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Sayısal Loto, Şans Topu, On Numara, Süper Loto ve Milli Piyango sonuçlarına hızlıca ulaşmanızı sağlar. Bildirim hizmeti ile çekiliş sonuçları açıklandığı anda haberdar olursunuz.                    

Basisinformatie over de Extensie

Naam Loto Sonuçları Loto Sonuçları
ID cmgaaajhhlaabnpkenhffemojnagfihh
Officiële URL https://chrome.google.com/webstore/detail/loto-sonu%C3%A7lar%C4%B1/cmgaaajhhlaabnpkenhffemojnagfihh
Beschrijving Loto sonuçlarına hızlıca ulaşmanızı sağlar
Bestandsgrootte 36.19 KB
Aantal Installaties 17
Huidige Versie 0.3
Laatst Bijgewerkt 2020-02-29
Publicatiedatum 2020-02-29
Ontwikkelaar http://sonucu.gen.tr
Betalingswijze free
Extensiewebsite https://sonucu.gen.tr/
Ondersteunde Talen en,tr
manifest.json
{
    "manifest_version": 2,
    "name": "Loto Sonu\u00e7lar\u0131",
    "icons": {
        "16": "assets\/image\/icon-16.png",
        "48": "assets\/image\/icon-48.png",
        "128": "assets\/image\/icon-128.png"
    },
    "version": "0.3",
    "default_locale": "tr",
    "description": "Loto sonu\u00e7lar\u0131na h\u0131zl\u0131ca ula\u015fman\u0131z\u0131 sa\u011flar",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.sonucu.org\/*",
            "https:\/\/*.sonuclari.org\/*",
            "https:\/\/*.cekilissonuclari.org\/*",
            "https:\/\/*.sonucu.gen.tr\/*"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "idle",
        "notifications",
        "power",
        "storage",
        "system.cpu"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}