Skip to main content
added 217 characters in body
Source Link
slm
  • 379.7k
  • 127
  • 793
  • 897

Chrome and Chromium dropped support for the NPAPI plugins (Netscape Plugin Application Programming Interface) in favor of PPAPI (Pepper Plugin Application Programming Interface) so all plugins that use NPAPI (like GNOME Extension plugin) are just not supported.

The only alternative is using another browser that allows them (like Firefox) or asking the developers to move to PPAPI (unlikely).

NOTE: This is the blog post from the Chromium blog mentioning this, titled: Saying Goodbye to Our Old Friend NPAPI.

Chrome and Chromium dropped support for the NPAPI plugins (Netscape Plugin Application Programming Interface) in favor of PPAPI (Pepper Plugin Application Programming Interface) so all plugins that use NPAPI (like GNOME Extension plugin) are just not supported.

The only alternative is using another browser that allows them (like Firefox) or asking the developers to move to PPAPI (unlikely).

Chrome and Chromium dropped support for the NPAPI plugins (Netscape Plugin Application Programming Interface) in favor of PPAPI (Pepper Plugin Application Programming Interface) so all plugins that use NPAPI (like GNOME Extension plugin) are just not supported.

The only alternative is using another browser that allows them (like Firefox) or asking the developers to move to PPAPI (unlikely).

NOTE: This is the blog post from the Chromium blog mentioning this, titled: Saying Goodbye to Our Old Friend NPAPI.

Source Link
Braiam
  • 36.9k
  • 29
  • 114
  • 176

Chrome and Chromium dropped support for the NPAPI plugins (Netscape Plugin Application Programming Interface) in favor of PPAPI (Pepper Plugin Application Programming Interface) so all plugins that use NPAPI (like GNOME Extension plugin) are just not supported.

The only alternative is using another browser that allows them (like Firefox) or asking the developers to move to PPAPI (unlikely).