West Bromwich Albion FC
Make your Browser a Baggie and add the West Bromwich Albion extension for exclusive wallpapers and more!
Wat is West Bromwich Albion FC?
West Bromwich Albion FC is een Chrome-extensie ontwikkeld door http://fansearch.net, en de belangrijkste functie is "Make your Browser a Baggie and add the West Bromwich Albion extension for exclusive wallpapers and more!".
Extensie Screenshots
Download het CRX-bestand van de extensie West Bromwich Albion FC
Download West Bromwich Albion FC-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
The West Bromwich Albion FC browser extension will add a bit of Albion to your browsing experience. Your search engine homepage will be customised with exclusive West Bromwich Albion wallpapers and content.
Basisinformatie over de Extensie
Naam | |
ID | ddngakojenccegjjdolkefpackiljlof |
Officiële URL | https://chrome.google.com/webstore/detail/west-bromwich-albion-fc/ddngakojenccegjjdolkefpackiljlof |
Beschrijving | Make your Browser a Baggie and add the West Bromwich Albion extension for exclusive wallpapers and more! |
Bestandsgrootte | 1.5 MB |
Aantal Installaties | 470 |
Huidige Versie | 2.8.1 |
Laatst Bijgewerkt | 2020-11-17 |
Publicatiedatum | 2020-08-17 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://fansearch.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.wba.co.uk/ |
Help Pagina-URL | https://www.wba.co.uk/ |
URL van de Privacybeleid Pagina | https://www.brandturbo.vip/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "West Bromwich Albion FC", "version": "2.8.1", "description": "Make your Browser a Baggie and add the West Bromwich Albion extension for exclusive wallpapers and more!", "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": [ "*:\/\/*.wba.co.uk\/*" ] }, "chrome_settings_overrides": { "search_provider": { "name": "Fansearch", "search_url": "https:\/\/www.fansearch.net\/search?rtag=wbafc&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}", "suggest_url": "https:\/\/www.fansearch.net\/suggest?rtag=wbafc&rsrc=o&q={searchTerms}&fmt=cr", "favicon_url": "https:\/\/www.fansearch.net\/favicon.ico", "keyword": "fansearch", "encoding": "UTF-8", "is_default": true } } } |