Barbara Labres New Tab
Sua extensão oficial da Dj Barbara Labres
Wat is Barbara Labres New Tab?
Barbara Labres New Tab is een Chrome-extensie ontwikkeld door brandTURBO, en de belangrijkste functie is "Sua extensão oficial da Dj Barbara Labres".
Extensie Screenshots
Download het CRX-bestand van de extensie Barbara Labres New Tab
Download Barbara Labres New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | mmdllnfninlfamefhggmleamogdgkplf |
| Officiële URL | https://chromewebstore.google.com/detail/barbara-labres-new-tab/mmdllnfninlfamefhggmleamogdgkplf |
| Beschrijving | Sua extensão oficial da Dj Barbara Labres |
| Bestandsgrootte | 966 KB |
| Aantal Installaties | 41 |
| Huidige Versie | 2.6.1 |
| Laatst Bijgewerkt | 2020-07-31 |
| Publicatiedatum | 2020-07-31 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | brandTURBO |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://barbaralabres.com.br/ |
| Help Pagina-URL | https://barbaralabres.com.br/ |
| URL van de Privacybeleid Pagina | https://www.brandturbo.vip/pt/privacy |
| Ondersteunde Talen | 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\/*"
]
}
} | |