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
05-18-2013, 02:12 PM
Post: #2
RE: How to Install Extensions From Outside the Chrome Web Store
Wow this looks funny. Might try it later tonight Smile

Thanks for sharing it.

VB Programmer - PM me if you need something! Smile
Find all posts by this user
Quote this message in a reply
12-13-2013, 04:55 PM (This post was last modified: 12-13-2013 04:58 PM by cw2k.)
Post: #3
RE: How to Install Extensions From Outside the Chrome Web Store
So that is how to remove the ads banner in ProxMate

ProxMate NoAdPatch
==================

In %LOCALAPPDATA%\Google\Chrome\User Data\default\Extensions\ifalmiidchkjjmkkbkoaibpmoeichmki\
3.1.6_0\


1. No Ads Banner:
remove the File
"ressources/scripts/page-worker/banner-loader.js"

(also care for it in manifest.json if you like)

2. No monetisation by default
Note: Monetisation = google adsense crap

Edit \app\preferences.js
// Key: Default
var default_config = {
allow_data_collection: true, // bool
...
first_start: true, // bool
..
allow_monetisation: true // boolean

^^ patch all to false !

Proxmate_3.1.6_cw2k_Edition(Dec 2013)
Find all posts by this user
Quote this message in a reply
12-14-2013, 11:50 AM
Post: #4
RE: How to Install Extensions From Outside the Chrome Web Store
Thanks for sharing , and Thanks for the work Wink

yeah.
Find all posts by this user
Quote this message in a reply
05-17-2015, 10:44 AM
Post: #5
RE: How to Install Extensions From Outside the Chrome Web Store
hi team,

could you assist, how to install chrome lbs extension without internet/manual intervention?


[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallForcelist]
"1"="heildphpnddilhkemkielfhnkaagiabh[/color];<how do i configure the url>


[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallSources]
"1"="<url>"

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


Forum Jump:


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

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