Loto Sonuçları
Loto sonuçlarına hızlıca ulaşmanızı sağlar
What is Loto Sonuçları?
Loto Sonuçları is a Chrome extension developed by http://sonucu.gen.tr, and its main feature is "Loto sonuçlarına hızlıca ulaşmanızı sağlar".
Extension Screenshots
Download Loto Sonuçları Extension CRX File
Download Loto Sonuçları extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cmgaaajhhlaabnpkenhffemojnagfihh |
Official URL | https://chrome.google.com/webstore/detail/loto-sonu%C3%A7lar%C4%B1/cmgaaajhhlaabnpkenhffemojnagfihh |
Description | Loto sonuçlarına hızlıca ulaşmanızı sağlar |
File Size | 36.19 KB |
Installation Count | 17 |
Current Version | 0.3 |
Last Updated | 2020-02-29 |
Publish Date | 2020-02-29 |
Developer | http://sonucu.gen.tr |
Payment Type | free |
Extension Website | https://sonucu.gen.tr/ |
Supported Languages | 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" } |