Barbara Labres New Tab
Sua extensão oficial da Dj Barbara Labres
Was ist Barbara Labres New Tab?
Barbara Labres New Tab ist eine Chrome-Erweiterung, die von brandTURBO entwickelt wurde, und ihr Hauptmerkmal ist "Sua extensão oficial da Dj Barbara Labres".
Erweiterungsscreenshots
Barbara Labres New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Barbara Labres New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mmdllnfninlfamefhggmleamogdgkplf |
| Offizielle URL | https://chromewebstore.google.com/detail/barbara-labres-new-tab/mmdllnfninlfamefhggmleamogdgkplf |
| Beschreibung | Sua extensão oficial da Dj Barbara Labres |
| Dateigröße | 966 KB |
| Installationsanzahl | 41 |
| Aktuelle Version | 2.6.1 |
| Letztes Update | 2020-07-31 |
| Veröffentlichungsdatum | 2020-07-31 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | brandTURBO |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://barbaralabres.com.br/ |
| Hilfeseite URL | https://barbaralabres.com.br/ |
| URL der Datenschutzrichtlinien-Seite | https://www.brandturbo.vip/pt/privacy |
| Unterstützte Sprachen | 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\/*"
]
}
} | |