Barbara Labres New Tab
Sua extensão oficial da Dj Barbara Labres
Barbara Labres New Tabคืออะไร?
Barbara Labres New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brandTURBO และคุณลักษณะหลักของมันคือ "Sua extensão oficial da Dj Barbara Labres"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Barbara Labres New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Barbara Labres New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Você que é fã da Dj Barbara Labres e de todo seu trabalho agora pode deixar o seu navegador de internet com a cara dela. A melhor Dj do Brasil apresenta a “Barbara Labres New Tab”, extensão disponível para o Google Chrome e Microsoft Edge que permitirá a você personalizar seu browser com temas exclusivos. Com a “Barbara Labres New Tab”, os fãs poderão colocar o fundo de tela de seu navegador com as mais diversas fotos disponibilizadas, além de ter acesso fácil aos canais de comunicação dela, como o site, redes sociais e loja oficiais da Barbara. O recurso, que foi desenvolvido em parceria com a brandTURBO, já está disponível para todos vocês. Instale agora mesmo!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Barbara Labres New Tab |
ID | mmdllnfninlfamefhggmleamogdgkplf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/barbara-labres-new-tab/mmdllnfninlfamefhggmleamogdgkplf |
คำอธิบาย | Sua extensão oficial da Dj Barbara Labres |
ขนาดไฟล์ | 966 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 2.6.1 |
อัปเดตครั้งล่าสุด | 2020-07-31 |
วันที่เผยแพร่ | 2020-07-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | brandTURBO |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://barbaralabres.com.br/ |
URL หน้าช่วยเหลือ | https://barbaralabres.com.br/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.brandturbo.vip/pt/privacy |
ภาษาที่รองรับ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Barbara Labres New Tab", "version": "2.6.1", "description": "Sua extens\u00e3o oficial da Dj Barbara Labres", "icons": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-96px.png", "128": "icons\/icon-256px.png" }, "chrome_url_overrides": { "newtab": "startpage.html#newTab" }, "browser_action": { "default_title": "New Tab" }, "permissions": [ "topSites" ], "optional_permissions": [ "history", "bookmarks", "chrome:\/\/favicon\/" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.barbaralabres.com.br\/*" ] } } |