You can use the Chrome extension APIs to automatically update the required extension. Find the "manifest.json" file in Google Chrome by default
C:\Users\*UserName*\AppData\Local\Google\Chrome\User Data\Default\Extensions
URL- :
{
"name": "My extension",
...
"update_url": "http://myhost.com/mytestextension/updates.xml",
...
}
XML- Google :
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='yourAppID'>
<updatecheck codebase='http://myhost.com/mytestextension/mte_v2.crx' version='2.0' />
</app>
</gupdate>
AppID
, , "". Chrome, "" (chrome://extensions).
URL- .crx.
, .crx, . "version" manifest.json .crx.
XML , .
- - -update-frequency, . , 45 , Google Chrome :
chrome.exe
, , . , , , , .
:
http://test.com/extension_updates.php?x=id%3DyourAppID%26v%3D1.1
exntesions: https://developer.chrome.com/extensions