Turn off notification of chrome -
i'm developing chrome extension , want install extension silently . know how install silently chrome notifications like: disable developer mode extensions!
my path of installing extension chrome silent add string:
--load-extension="c:\program files\..\ --no-first-run
target of chrome shortcut.
- how can turn off notification silently?
- is there alternate way of installing chrome extension silently?
what you're asking shady, if have best of intentions.
chrome developers have hardened chrome against malware, , see results of work.
1) developer extension popup cannot disabled. quote chrome bug tracker on feature request make setting: "sorry, know annoying, malware writers..."
2) silently installing extension bypassing chrome security mechanisms blocked securely signed preference files of chrome. if add extension extensions are, not enabled.
3) interacting chrome install extension out-of-band possible, it's not going silent. extensions in chrome web store, can modify registry , let chrome install it on next start-up. however, user receive popup stating extension installed third party, , offering disable it. once disabled, cannot attempt again (it locally blacklisted).
4) silent method available enterprise users. computers part of domain, administrator of domain can silently force-install extensions through domain policy. user not able disable extension. however, this works domains.
Comments
Post a Comment