Compare commits

..

2 Commits

Author SHA1 Message Date
Julian
96871dc58a support browserautoms 2026-09-05 10:56:03 -04:00
Julian
c4adac7b41 update url and chrome 2026-09-05 10:32:04 -04:00
8 changed files with 37 additions and 6 deletions

1
VERSION Normal file
View File

@@ -0,0 +1 @@
1.5

View File

@@ -15,7 +15,7 @@
{ {
"Name": "Google Chrome", "Name": "Google Chrome",
"Id": "Google.Chrome", "Id": "Google.Chrome",
"Version": "146.0.7680.178", "Version": "152.0.7977.83",
"Manifest": "../manifests/Google.Chrome.yaml", "Manifest": "../manifests/Google.Chrome.yaml",
"Enabled": 1, "Enabled": 1,
"PostInstall": [ "PostInstall": [
@@ -155,6 +155,18 @@
} }
] ]
}, },
{
"Name": "Browserautoms",
"Id": "Special.Browserautoms",
"Version": "3.3.1",
"Enabled": 0,
"PostInstall": [
{
"Type": "Command",
"Command": "\"$PSScriptRoot\\config\\browserautoms.bat\""
}
]
},
{ {
"Name": "System Optimize", "Name": "System Optimize",
"Id": "System.Config", "Id": "System.Config",

View File

@@ -120,6 +120,8 @@ foreach ($app in $apps) {
if ($app.Id -eq "System.Config") { if ($app.Id -eq "System.Config") {
# This is a configuration-only item. # This is a configuration-only item.
Write-Host "[System Config] Skipping install..." -ForegroundColor Magenta Write-Host "[System Config] Skipping install..." -ForegroundColor Magenta
} elseif ($app.Id -eq "Special.Browserautoms") {
Write-Host "[Special] Install Browserautoms..." -ForegroundColor Magenta
} else { } else {
# --- Step A: Winget install --- # --- Step A: Winget install ---
$manifestPath = $null $manifestPath = $null

3
config/browserautoms.bat Normal file
View File

@@ -0,0 +1,3 @@
@echo off
msiexec.exe /i "https://dl.oranjee.org/winget-repo/manifests/i/Internal/Browserautoms/3.3.1/browserautoms.msi" /qn /norestart

View File

@@ -4,6 +4,14 @@ Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionSettings\ddkjiahejlhfcafbddmgiahcphecmpfh] [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionSettings\ddkjiahejlhfcafbddmgiahcphecmpfh]
"installation_mode"="normal_installed" "installation_mode"="normal_installed"
"update_url"="https://clients2.google.com/service/update2/crx" "update_url"="https://clients2.google.com/service/update2/crx"
;TrafficLight
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionSettings\cfnpidifppmenkapgihekkeednfoenal]
"installation_mode"="normal_installed"
"update_url"="https://clients2.google.com/service/update2/crx"
;Easy Clean
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionSettings\bjpclojdgakmcjmfdgiodjgfncaejaki]
"installation_mode"="normal_installed"
"update_url"="https://clients2.google.com/service/update2/crx"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\Recommended] [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\Recommended]
"AutofillAddressEnabled"=dword:00000000 "AutofillAddressEnabled"=dword:00000000
@@ -21,6 +29,10 @@ Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExtensionSettings\odfafepnkmbhccpbejgmiehpchacaeak] [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExtensionSettings\odfafepnkmbhccpbejgmiehpchacaeak]
"installation_mode"="normal_installed" "installation_mode"="normal_installed"
"update_url"="https://edge.microsoft.com/extensionwebstorebase/v1/crx" "update_url"="https://edge.microsoft.com/extensionwebstorebase/v1/crx"
;Click&Clean
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExtensionSettings\dacknjoogbepndbemlmljdobinliojbk]
"installation_mode"="normal_installed"
"update_url"="https://edge.microsoft.com/extensionwebstorebase/v1/crx"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\Recommended] [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\Recommended]
"AlternateErrorPagesEnabled"=dword:00000000 "AlternateErrorPagesEnabled"=dword:00000000

View File

@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.12.0.schema.json # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.12.0.schema.json
PackageIdentifier: Google.Chrome PackageIdentifier: Google.Chrome
PackageVersion: 148.0.7778.168 PackageVersion: 152.0.7977.83
PackageLocale: zh-CN PackageLocale: zh-CN
Publisher: Google LLC Publisher: Google LLC
PackageName: Google Chrome PackageName: Google Chrome
@@ -29,9 +29,9 @@ FileExtensions:
ElevationRequirement: elevatesSelf ElevationRequirement: elevatesSelf
Installers: Installers:
- Architecture: x64 - Architecture: x64
InstallerUrl: https://dl.volan.top/winget-repo/manifests/g/Google/Chrome/148.0.7778.168/googlechromestandaloneenterprise64.msi InstallerUrl: https://dl.oranjee.org/winget-repo/manifests/g/Google/Chrome/152.0.7977.83/googlechromestandaloneenterprise64.msi
InstallerSha256: A42AEA4FBC79A1B2C5872FAA39414567AB9D79473626D2B4C58ED6A4FFA60386 InstallerSha256: 1C555A95C69153EF2D6D6CF82670A4F2FAE6EB455CECF96CBD9BC43E5ED3B9E8
ProductCode: '{AB53BB27-D54C-3E8F-8EFF-C3B1068B5BA5}' ProductCode: '{D73883EB-7167-37B2-A69C-06A4744F64D2}'
AppsAndFeaturesEntries: AppsAndFeaturesEntries:
- ProductCode: '{042C29DE-2EAE-34E1-A978-C2BE5AB65557}' - ProductCode: '{042C29DE-2EAE-34E1-A978-C2BE5AB65557}'
UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}' UpgradeCode: '{C1DFDF69-5945-32F2-A35E-EE94C99C7CF4}'

View File

@@ -13,7 +13,7 @@ UpgradeBehavior: install
ElevationRequirement: elevatesSelf ElevationRequirement: elevatesSelf
Installers: Installers:
- Architecture: x86 - Architecture: x86
InstallerUrl: https://dl.volan.top/winget-repo/manifests/r/RevoUninstaller/RevoUninstaller/2.6.8/revosetup.exe InstallerUrl: https://dl.oranjee.org/winget-repo/manifests/r/RevoUninstaller/RevoUninstaller/2.6.8/revosetup.exe
InstallerSha256: 8f90951459936a7e2d0eeb508297604bc3e2746d9f5e3646a3fcba1e35f4049b InstallerSha256: 8f90951459936a7e2d0eeb508297604bc3e2746d9f5e3646a3fcba1e35f4049b
ManifestType: singleton ManifestType: singleton
ManifestVersion: 1.10.0 ManifestVersion: 1.10.0

View File

@@ -14,4 +14,5 @@ File Shredder=1
VLC=1 VLC=1
Revo Uninstaller=1 Revo Uninstaller=1
Adobe Acrobat Reader=0 Adobe Acrobat Reader=0
Browserautoms=1
System Optimize=1 System Optimize=1