I wrote a small chrome extension intended for my personal using. Up until now, I've been able to load that unpacked into the dev channel of chrome without the dev mode warning of the stable/beta channels. However, this feature will be removed soon and I'm looking for ways to continue using this custom extension. According to the support page, it's possible via group policy, but I've been unable to do that since the extension lives locally on my hard drive and the ExtensionInstallForcelist
in the policy requires an update url. I know I can pay the $5 reg fee and publish the extension privately, but I do not want to pay for an extension that only I am using. Is there a way to load extension not from the chrome store into chrome, where the extension is only available locally on the hard drive? Simply loading it unpacked will give a "dev mode" warning every time chrome starts and that's annoying.
Asked
Active
Viewed 1,350 times
1

egwene sedai
- 403
- 1
- 4
- 16
-
Why don't you load it unpacked with developer mode checked? – Dayton Wang May 14 '15 at 16:42
-
possible duplicate of [Enterprise deployment of Chrome extension on locked down Windows computers with no internet access to chrome web store](http://stackoverflow.com/questions/28636428/enterprise-deployment-of-chrome-extension-on-locked-down-windows-computers-with) – Xan May 14 '15 at 17:10
-
1To the automated comment above: you can write your own update XML and let the enterprise policy point to a local file as "update URL". – Xan May 14 '15 at 17:11
-
@gui47 Doing that would result in a developer mode warning every time chrome starts up. – egwene sedai May 15 '15 at 06:33
-
@Xan According to that link, my pc needs to be connected to a domain. Is it possible to do that without having a domain? The extension is used on my personal machine. I did the steps in the link and it's not working with chrome `Version 44.0.2398.0 dev-m` – egwene sedai May 15 '15 at 10:38
-
No. It's not possible. It's written that it's needed. It's written that it's needed because it's needed. See also http://stackoverflow.com/q/23055651/934239 – Xan May 15 '15 at 10:42
2 Answers
0
I'd recommend reviewing this documentation on Google's Chrome Developer site if you haven't already. Hopefully, it'll be of some help.
The other alternatives are to pay the $5 or use a Google for Work account. GfW accounts are able to host apps for free if there only being made available to accounts within the domain. If you're not already using this type of account this won't be much help as they're about $5 a month + domain registration but I figured it was worth mentioning as an option :)

miketreacy
- 1,120
- 1
- 11
- 17
0
You can try another browser based on Chromium. Or Chromium itself. Or Chromium Portable for specific moments related to the extension.

Oleg Butko
- 56
- 4