
gibt es bei chrome einen trick wie man das automatische update der extensions abstellt?
danke.
If you want to stop particular extension from auto-updating - here is the way:
1. Install extension (using D-n-D of its crx file with version that you need)
2. Exit browser
3. Open .\Profile\Default\Preferences file
4. Find this section:
"extensions": {
"settings": {
"lfkgmnnajiljnolcgolmmgnecgldgeld": {
"manifest": {
5. Within this section replace the line:
"update_url": "http://clients2.google.com/service/update2/crx",
with this one:
"update_url": "http://127.0.0.1",
Done...
In this example "lfkgmnnajiljnolcgolmmgnecgldgeld" is extension ID for "Smooth Gestures" extension. If you want to prevent another extension form unwanted updates - find and use its ID (name of the folder, containing the installed extension).
If you just remove the line mentioned above, Iron will use the same URL, hardcoded within its Iron.dll file. So keep it, but edit its value instead. Editing the manifest.json file, that resides within extension's folder is not necessary.
Zurück zu „Mein Computer, das unbekannte Wesen“
Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast