W7M Gaming
Esports Organization - CS:GO and Rainbow Six.
Was ist W7M Gaming?
W7M Gaming ist eine Chrome-Erweiterung, die von brandTURBO entwickelt wurde, und ihr Hauptmerkmal ist "Esports Organization - CS:GO and Rainbow Six.".
Erweiterungsscreenshots
W7M Gaming-Erweiterungs-CRX-Datei herunterladen
Laden Sie W7M Gaming-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
Instale a extensão W7M Gaming no Chrome OS, Mac ou Windows e dê ao seu navegador Google Chrome ou Microsoft Edge uma aparência personalizada com imagens de fundo, papéis de parede e vídeos oficiais, exclusivos e de alta qualidade HD e 4K.
Atualize agora mesmo o seu navegador padrão com acesso fácil aos aplicativos, favoritos e histórico do Google, com apenas um clique. Defina e modifique seus mecanismos de pesquisa favoritos como guias de pesquisa e aproveite não apenas dos sites mais visitados, mas também dos sites favoritos, que podem ser editados a qualquer momento.
W7M Gaming é uma empresa focada em E-Sports, divisão da W7M Investments Group. Fundada em 2017, tivemos nosso início com uma equipe de CS:GO e atualmente estamos atuando com equipes e eventos nos maiores jogos da atualidade.
Temos como ideal montar equipes competitivas para conquistarmos os maiores campeonatos nacionais, sendo assim realizando participações globais.
Participe também apoiando a W7M. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mglpahnghedhliaffppmpjndjnoepogp |
| Offizielle URL | https://chromewebstore.google.com/detail/w7m-gaming/mglpahnghedhliaffppmpjndjnoepogp |
| Beschreibung | Esports Organization - CS:GO and Rainbow Six. |
| Dateigröße | 1.19 MB |
| Installationsanzahl | 18 |
| Aktuelle Version | 2.7.1 |
| Letztes Update | 2020-10-06 |
| Veröffentlichungsdatum | 2020-10-05 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | brandTURBO |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://w7mgaming.com/ |
| Hilfeseite URL | http://w7mgaming.com/ |
| 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": "W7M Gaming",
"version": "2.7.1",
"description": "Esports Organization - CS:GO and Rainbow Six.",
"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": [
"*:\/\/*.w7mgaming.com\/*"
]
}
} | |