Charlton Athletic Homepage
Customise your landing page with Charlton Athletic!
Co je Charlton Athletic Homepage?
Charlton Athletic Homepage je rozšíření Chrome vyvinuté http://fansearch.net, a jeho hlavní funkcí je „Customise your landing page with Charlton Athletic!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Charlton Athletic Homepage
Stáhněte si soubory rozšíření Charlton Athletic Homepage ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Show your support when you're online and customise your browser with Charlton Athletic. Including wallpapers of your favourite players and shots from around our iconic ground, you can also keep up to date with a dedicated news feed pulled from our social media accounts! You'll no longer have to miss the latest news, offers and events that the club has to offer with your Charlton Athletic personalised homepage. Make every new tab an Addick experience! Join other fans and make your browser truly Charlton Athletic!
Základní Informace o Rozšíření
Název | |
ID | mjlhfembbadcegpfoejnlpkndekiipbc |
Oficiální URL | https://chrome.google.com/webstore/detail/charlton-athletic-homepag/mjlhfembbadcegpfoejnlpkndekiipbc |
Popis | Customise your landing page with Charlton Athletic! |
Velikost souboru | 1.3 MB |
Počet instalací | 613 |
Aktuální Verze | 2.8.1 |
Poslední Aktualizace | 2020-11-17 |
Datum Vydání | 2020-11-17 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | http://fansearch.net |
[email protected] | |
Webové stránky Rozšíření | https://www.cafc.co.uk/ |
URL Stránky Nápovědy | https://www.cafc.co.uk/ |
URL Stránky Zásad Ochrany Soukromí | https://www.brandturbo.vip/privacy |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Charlton Athletic Homepage", "version": "2.8.1", "description": "Customise your landing page with Charlton Athletic!", "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": [ "*:\/\/*.cafc.co.uk\/*" ] }, "chrome_settings_overrides": { "search_provider": { "name": "Fansearch", "keyword": "fansearch", "encoding": "UTF-8", "is_default": true, "search_url": "https:\/\/www.fansearch.net\/search?rtag=cafc&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}", "favicon_url": "https:\/\/www.fansearch.net\/favicon.ico", "suggest_url": "https:\/\/www.fansearch.net\/suggest?rtag=cafc&rsrc=o&q={searchTerms}&fmt=cr" } } } |