The File Hunter extension is a great browser extension that retrieves resources by intercepting Web requests
git clone https://github.com/SpaceChars/file-hunter.git
-
Please read the Chrome Extension development documentation,👉Chrome Extension development documentation
-
Copy the built (.crx,.pem) file to the Linux server directory
-
Change the
'codebase'
property value and'version'
property value in the'build/updates.xml'
,The'codebase'
property value points to the address of the crx file on the server -
Change the
'update_url'
property value in themanifest.json
file,The value of the'update_url'
property points to the address of the'build/updates.xml'
file on the server