Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Install Extensions From Outside the Chrome Web Store
05-16-2013, 01:52 AM (This post was last modified: 08-23-2014 10:48 PM by cw2k.)
Post: #1
How to Install Extensions From Outside the Chrome Web Store

  1. The poor man's Drag'n'Drop Way
    [Image: image12.png]
    .
  2. run Chrome like that:
    C:\Programme\Google\Chrome\Application\chrome.exe --enable-easy-off-store-extension-install
    .
  3. Permanently disable that crap
    .zip  GoogleChrome_ExtensionInstallSources.zip (Size: 261 bytes / Downloads: 65)
    Code:
    REGEDIT4
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallSources]
    "1"="<all_urls>"

    ^-That' how I Heart it. Tongue

    Check via chrome://policy/ if chrome got it
    CrapAngry
    For chromium.org/administrators/policy-list-3 Wrote:Note: starting with Chrome 28, policies are loaded directly from the Group Policy API on Windows. Policies manually written to the registry will be ignored.
    Note: I've Chrome 31 (and it's about Dec 2013 now) So forgot about the *.reg!
    Yep gpedit.msc + chrome.adm + ClickyClicky. and damn that stupid Vista home don't have gpedit.msc Well da fix.
    .zip  GPEDIT - upgrade for Windows Vista Home - setup.zip (Size: 855.49 KB / Downloads: 47) more info

    ->in gpedit rightClick on Administrative Template\task\add remove 'chrome.adm' Finally there is Google! Google Chrome\ext.\instsrc ...'<all_urls>[add]'!
    Note: ProcMon showed there was also HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{342712B3-79F1-4AA9-ADBE-75EAD02404AD}Machine\Software\Policies\Google\Chrome\ExtensionInstallSources set however it'll have no effect on chrome / it's just the storage for gpedit.
    .



Now installing recommended power stuff like is really easy.


Other goodies:
  • [Image: screen.jpeg]Proxmate_3.1.6_cw2k_Edition(Dec 2013)
    -> original version see post below how to remove adsbanner
  • Adblock Plus
  • Lazarus: Form Recovery

    Other usefull Chrome commandline parameters:
    chrome.exe --no-sandbox --disable-web-security

    --disable-web-security
    Good to get some Trampermonkey working in Chrome.
    if you get errors like:
    XMLHttpRequest cannot load No 'Access-Control-Allow-Origin' header is present on the requested resource.
    Origin 'null' is therefore not allowed access.

    --no-sandbox
    To make programs like RTMPDumpHelper.exe 'working' with Chrome.
    (Well it's not working however it's at least able to inject RTMPDumpHelper.dll into all Chrome.exe and don't get 0x00000005 Access Denied when it tries to load it's dll via loadLibraryW.
    Current Workaround: use IE oder FF)

    So chrome job processes are started with CreateProcessW (and not CreateProcessAsUser)

Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to Install Extensions From Outside the Chrome Web Store - cw2k - 05-16-2013 01:52 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication