Rádio Gazin
Rádio Gazin - Chrome
Rádio Gazinคืออะไร?
Rádio Gazin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Omega Sistemas และคุณลักษณะหลักของมันคือ "Rádio Gazin - Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rádio Gazin
ดาวน์โหลดไฟล์ส่วนขยาย Rádio Gazin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Radio Gazin que pertence ao Grupo Gazin, iniciou suas atividades no ano de 2010, voltada para a Radiodifusão nas Lojas durante o horário comercial. O intuito é para divulgar nossas promoções, informações do grupo, além de tocar as mais diversificadas músicas. Com uma programação inteligente, a rádio funciona como uma web rádio musical e comunicativa, agradando ouvintes não apenas nas Filiais Gazin, mais sim acessível a todos através do nosso site. Desfrute de mais esse benefício e aproveite as vantagens que só a Gazin tem pra você.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rádio Gazin |
ID | daficikgdjbgnlbmfblnglfldlnmjcmk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/r%C3%A1dio-gazin/daficikgdjbgnlbmfblnglfldlnmjcmk |
คำอธิบาย | Rádio Gazin - Chrome |
ขนาดไฟล์ | 56.84 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-01-08 |
วันที่เผยแพร่ | 2014-01-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Omega Sistemas |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.radiogazin.com.br/ |
URL หน้าช่วยเหลือ | http://www.radiogazin.com.br/ |
ภาษาที่รองรับ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "R\u00e1dio Gazin", "version": "1.1", "description": "R\u00e1dio Gazin - Chrome", "content_scripts": [ { "matches": [ "http:\/\/facebook.com\/*", "https:\/\/facebook.com\/*", "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "magic.js" ], "run_at": "document_end" } ], "page_action": { "default_icon": "icone.png" }, "icons": { "16": "icone16.png", "48": "icone48.png", "128": "icone128.png" }, "manifest_version": 2 } |