Loto Sonuçları
Loto sonuçlarına hızlıca ulaşmanızı sağlar
Loto Sonuçlarıคืออะไร?
Loto Sonuçları เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sonucu.gen.tr และคุณลักษณะหลักของมันคือ "Loto sonuçlarına hızlıca ulaşmanızı sağlar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Loto Sonuçları
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |