sorteio.com
Extensão Auxiliar de Sorteios no Instagram. Para realizar um sorteio acesse: https://www.sorteio.com/
sorteio.comคืออะไร?
sorteio.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sorteiogram.com และคุณลักษณะหลักของมันคือ "Extensão Auxiliar de Sorteios no Instagram. Para realizar um sorteio acesse: https://www.sorteio.com/"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย sorteio.com
ดาวน์โหลดไฟล์ส่วนขยาย sorteio.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Carregue os comentários do Instagram de forma mais rápida e segura. Importante: Certifique que as informações do seu perfil do Instagram estão atualizadas (email e telefone), caso seja necessário alguma verificação.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gjpkngahkcdfjnelojifgmdjfocdllne |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/sorteiocom/gjpkngahkcdfjnelojifgmdjfocdllne |
คำอธิบาย | Extensão Auxiliar de Sorteios no Instagram. Para realizar um sorteio acesse: https://www.sorteio.com/ |
ขนาดไฟล์ | 19.55 KB |
จำนวนการติดตั้ง | 100,000 |
เวอร์ชันปัจจุบัน | 0.6 |
อัปเดตครั้งล่าสุด | 2021-10-27 |
วันที่เผยแพร่ | 2020-11-20 |
คะแนน | 1.82/5 รวมทั้งหมด 34 คะแนน |
ผู้พัฒนา | http://sorteiogram.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sorteiogram.com |
URL หน้าช่วยเหลือ | https://sorteiogram.com |
URL หน้านโยบายความเป็นส่วนตัว | https://sorteiogram.com/politicas-de-privacidade.html |
ภาษาที่รองรับ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "sorteio.com", "version": "0.6", "description": "Extens\u00e3o Auxiliar de Sorteios no Instagram. Para realizar um sorteio acesse: https:\/\/www.sorteio.com\/", "homepage_url": "https:\/\/sorteio.com\/", "permissions": [ "webNavigation", "webRequest", "webRequestBlocking", "cookies", "https:\/\/*.sorteiogram.com\/*", "https:\/\/*.sorteio.com\/*", "https:\/\/*.instagram.com\/*" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "sorteio.com", "default_popup": "popup.html" }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |