Loto Sonuçları

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

Loto Sonuçları란 무엇입니까?

Loto Sonuçları은(는) http://sonucu.gen.tr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Loto sonuçlarına hızlıca ulaşmanızı sağlar"입니다.

확장 프로그램 스크린샷

screenshot

Loto Sonuçları 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Loto Sonuçları Loto Sonuçları
ID cmgaaajhhlaabnpkenhffemojnagfihh
공식 URL https://chrome.google.com/webstore/detail/loto-sonu%C3%A7lar%C4%B1/cmgaaajhhlaabnpkenhffemojnagfihh
설명 Loto sonuçlarına hızlıca ulaşmanızı sağlar
파일 크기 36.19 KB
설치 횟수 17
현재 버전 0.3
최근 업데이트 2020-02-29
출시 날짜 2020-02-29
개발자 http://sonucu.gen.tr
결제 유형 free
확장 프로그램 웹 사이트 https://sonucu.gen.tr/
지원되는 언어 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"
}