連結:https://www.zhihu.com/question/266170237/answer/342137190
## Chrome 69.0之前 ##
1. 開啟 chrome://settings/content/flash
2. 禁止網站執行Flash -> 改為“先詢問(推薦)”
3. 允許->新增
4. 新增網站->新增
依次將常見頂級域名加入允許名單
[*.]com
[*.]net
[*.]org
[*.]cn
## Chrome 69.0~70.0 ##
69.0~70.0,Flash許可權受到進一步限制,預設僅在當前瀏覽會話有效。
關閉Ephemeral Flash Permission,才能看到“新增”按鈕。
### 方案1 - 修改使用者配置 ###
1. 開啟 chrome://flags/#enable-ephemeral-flash-permission
2. 把它從Default改為Disabled
3. 重新開啟Chrome,進入 chrome://settings/content/flash
4. 將域名新增到允許名單
### 方案2 - 修改快捷方式 ###
1. 修改快捷方式
修改前:C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe
修改後:C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe --disable-features=EnableEphemeralFlashPermission
2. 重新開啟Chrome,進入 chrome://settings/content/flash
3. 將域名新增到允許名單
## Chrome 71.0 以上 ##
從71.0開始,Flash外掛的Ephemeral模式不可關閉。
修改允許名單,要動用“Chrome政策模板”,對Windows來說最終就是登錄檔。
請注意這是一項危險操作:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Google\Chrome\PluginsAllowedForUrls]
"1"="[*.]com"
"2"="[*.]net"
"3"="[*.]org"
"4"="[*.]cn"
寫入登錄檔後,重啟Chrome。進入chrome://settings/content/flash即可看到效果。
## 補充 ##
按協議允許,而不是域名:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Google\Chrome\PluginsAllowedForUrls]
"1"="https://*"
"2"="http://*"
普通使用者看這些設定都暈倒了,還是IE最好用!!!!!