chrome:// plugins URL不再有效

Dav*_*114 3 flash plugins google-chrome

在设置新的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
Run Code Online (Sandbox Code Playgroud)

以下是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
Run Code Online (Sandbox Code Playgroud)

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

我需要访问它的原因是我试图使调试Flash播放器工作.我想我必须禁用预先安装的非调试版.

Jos*_*els 5

chrome://插件已在Chrome 57中删除.以下是删除它的作业.

从链接的工作:

目标:删除chrome:// plugins页面,将最后剩余的插件Flash Player的配置移动到内容设置中的显式位置(包括选项,在设置中,禁用).

基本原理:此更改应该使Flash Player的控件在设置中更容易被发现(即大多数用户可能知道Flash是什么,但不知道"插件"是什么),并且将整合与Flash Player相关的模式(例如插件省电模式) ),进入一个单一的位置.

支持基本原理:由于我们已经弃用了NPAPI,因此Flash Player现在是我们最后剩下的插件(即第三方二进制模块).那些剩下的"插件"(PDF,CDM等......)起源于第三方代码,但后来由Google构建和维护......而且此时实际上只是Chrome的专用库.