I want to install a Chrome extension through the Windows Registry. I have added the new registry key like this.
under this I make two string values.
And then I restart the chrome but no extension is installed why ? I read a question on stackoverflow about this but I can't understand which value I set to For better understanding about registry key please see this image. |
--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/44c6faaa-28b9-4e97-bc5b-31281cfa42ed%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
That question has an accepted answer that tells you you should just set the URL and not a JSON string as the value.Also, are you using 64 bit Chrome (using 64 bit Windows does not necessarily mean that you are using 64 bit Chrome)? If not, use the other key path -HKEY_LOCAL_MACHINE\Software\Google\Chrome\Extensions
☆PhistucK
On Tue, Aug 2, 2016 at 10:45 PM, Abdul Basit Awan <abdulbasi...@gmail.com> wrote:
I want to install a Chrome extension through the Windows Registry. I have added the new registry key like this.
HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432node/Google/Chrome/Extensions/chklaanhfefbnpoihckbnefhakgolnmc
under this I make two string values.
name type data ---------------------------------- update_url REG_SZ {"update_url": "https://clients2.google.com/service/update2/crx"} version REG_SZ 0.0.32.2
And then I restart the chrome but no extension is installed why ?
I read a question on stackoverflow about this but I can't understand which value I set to
update_url
. here is a Question read it
What I done wrong ?For better understanding about registry key please see this image.
--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
I point the url like this update_url = "https://clients2.google.com/service/update2/crx".But this is not working for me when i restart chrome the extension can not be install.
there is nothing happen
On Tuesday, August 2, 2016 at 1:06:33 PM UTC-7, PhistucK wrote:
That question has an accepted answer that tells you you should just set the URL and not a JSON string as the value.Also, are you using 64 bit Chrome (using 64 bit Windows does not necessarily mean that you are using 64 bit Chrome)? If not, use the other key path -HKEY_LOCAL_MACHINE\Software\Google\Chrome\Extensions
☆PhistucK
On Tue, Aug 2, 2016 at 10:45 PM, Abdul Basit Awan <abdulbasi...@gmail.com> wrote:
I want to install a Chrome extension through the Windows Registry. I have added the new registry key like this.
HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432node/Google/Chrome/Extensions/chklaanhfefbnpoihckbnefhakgolnmc
under this I make two string values.
name type data ---------------------------------- update_url REG_SZ {"update_url": "https://clients2.google.com/service/update2/crx"} version REG_SZ 0.0.32.2
And then I restart the chrome but no extension is installed why ?
I read a question on stackoverflow about this but I can't understand which value I set to
update_url
. here is a Question read it
What I done wrong ?For better understanding about registry key please see this image.
--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsubscribe...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/44c6faaa-28b9-4e97-bc5b-31281cfa42ed%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-extensions@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/2c714bd9-0d57-4aaf-8e49-73ed63cf3724%40chromium.org.