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」です。
拡張機能のスクリーンショット
Loto Sonuçları拡張機能のCRXファイルをダウンロード
Loto Sonuçları拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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" } |