Custom Firefox / Chromium install with Pre-installed extension (non enterprise)

时间:2015-06-25 18:32:10

标签: google-chrome firefox google-chrome-extension chromium

i wanted to build a custom browser install that would fit the following specs, i found ways to do it using enterprise deployement, but my intent is to distribute it to friends and family without having to go through the enterprise distribution.

  1. Can be sourced from Firefox or Chromium (or even other as webkit)
  2. Should be easy to customize (ideally no C++ coding)
  3. Should be able to embed extension or hard code the extension within the browser. (i've coded a custom adblock that is lighter and faster than the ones on FF or Chrome store and would also like to embed TOR connection extension)
  4. Remove the ability to install other extensions (i want to ensure this browser cannot be victim of bloatware extensions installs)
  5. Customize UI
  6. Protect the browser against Search engine / HP / New tab settings change.

If you could point me to the right direction it would be awesome and i'll make sure to share this browser's link here once done.

1 个答案:

答案 0 :(得分:1)

我刚刚在眼角看到这一点,并且认为我可以分享这个问题/答案,可能对你有所帮助:

Standard way to build a Chrome extension into Chromium