-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchromeinstall.html
50 lines (50 loc) · 2.22 KB
/
chromeinstall.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Foxtrick</title>
<link rel="stylesheet" href="/assets/css/simple.min.css">
<link rel="stylesheet" href="/assets/css/site.css">
</head>
<body>
<header>
<div class="header">
<a href="/">
<img src="/assets/img/icon.png" alt="logo">
<h1>Foxtrick</h1>
</a>
</div>
<p>Browser extension for the Hattrick online football manager game</p>
</header>
<main>
<h3>Installing Foxtrick in Chrome</h3>
<ol>
<li>Export and save your current Foxtrick settings.</li>
<li><a href="/download/release/chrome/foxtrick-0.18.4.0.zip">
Download the Foxtrick for Chrome zip file.</a></li>
<li>In a suitable location, make a folder to store the extension in and extract the contents of the
downloaded zip file there.</li>
<li>Open 'Manage Extensions' in Chrome and disable your current version of Foxtrick if you have one installed.</li>
<li>Turn on Developer Mode by clicking the toggle at the top right.</li>
<li>Click 'Load Unpacked' at the top left and select the folder where you
extracted the zip file contents.</li>
<li>The extension should now be installed. Import your Foxtrick settings if
necessary.</li>
</ol>
<p>If you click on the Details button for the extension, you can enable 'Allow in
incognito' and 'Pin to toolbar' if you require these things.</p>
<p><strong>Important:</strong> do not delete the folder where you where you extracted the zip file after the install.</p>
<p>Your browser may display messages like the following saying that support for the extension will be ending soon:
<img src="/assets/img/mv2error.png">
This is expected behaviour, but Foxtrick should still operate correctly for now.</p>
</main>
<footer>
<a href="/">Home</a> |
<a href="/releasenotes.html">Release Notes</a> |
<a href="https://github.com/foxtrick-ng/foxtrick">GitHub</a> |
<a href="/privacy.html">Privacy Policy</a> |
<a href="/datacollection.html">Data Collection</a>
</footer>
</body>
</html>