chrome://plugins URL 不再有效

chrome://plugins URL no longer works

在设置新的Windows 10笔记本电脑时,我安装了最新版本的Chrome浏览器。

无论如何,当我转到 chrome://plugins URL 时,它没有显示插件设置页面,而是给我消息:

This site can’t be reached

The webpage at chrome://plugins/ might be temporarily down or it may have moved permanently to a new web address.
ERR_INVALID_URL

这是 Chrome 的版本信息,来自 chrome://version:

Google Chrome   57.0.2987.110 (Official Build) (64-bit)
Revision    11f66db67ea1f20d200d6f9add50fc1c345d71f7-refs/branch-heads/2987@{#832}
OS  Windows 
JavaScript  V8 5.7.492.65
Flash   25.0.0.127 C:\Windows\system32\Macromed\Flash\pepflashplayer64_25_0_0_127.dll
User Agent  Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
Command Line    "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --flag-switches-begin --flag-switches-end

我的问题是,有人知道为什么 chrome://plugins URL 不再有效吗?如果有的话,我怎样才能得到它当前的等价物?

我需要访问它的原因是我正在尝试让调试 Flash 播放器工作。我想我必须禁用预安装的非调试器。

chrome://插件已在 Chrome 57 中删除。Here 是它被删除的作业。

来自链接的职位:

Objective: Remove the chrome://plugins page, moving configuration for the last remaining plugin, Flash Player, to it's own explicit place in content settings (including an option, in settings, to disable).

Rationale: This change should make the controls for Flash Player more discoverable, in settings (i.e. most users probably know what Flash is, but not what a "plugin" is), and will consolidate modes related to Flash Player (e.g. Plugin Power Savings mode), into a single location.

Supporting Rationale: Since we've deprecated NPAPI, Flash Player is now our last remaining plugin (i.e. 3rd party binary modules). Those remaining "plugins" (PDF, CDM, etc...) started life as 3rd party code, but have since been built and maintained by Google... and at this point are effectively just specialized libraries for Chrome.