Questions tagged [browser-plugin]

Browser-plugins allow to display content in browsers that they don't support natively. The two major APIs are NPAPI (supported by all browsers except Internet Explorer) and ActiveX (for so called content extensions for Internet Explorer).

Browser-plugins allow to display content in browsers that they don't support natively. They are usually written in C++ or C. The three major APIs for browser-plugins are:

  • W3C Web-extension is a cross-browser system for developing browser add-ons, supported by Chrome, Opera, Firefox and Edge
  • NPAPI, supported by all browsers except Internet Explorer
  • ActiveX, for so called content extensions for Internet Explorer

Specific browsers may support additional APIs, like WebKit Plugins on OSX.

272 questions
0
votes
1 answer

URL Scheme Rewriting, from HTTP to HTTPS, for Specific domains, within a Browser

Is there a way to configure browser (Firefox/Chrome) such that, if it encounters an HTTP URL (clicked or entered on address bar - eg: http://abc.xyz.com/... ), it modifies it to an https URL https://abc.xyz.com/... Note that the site abc.xyz.com…
Sathya Meda
  • 35
  • 1
  • 6
0
votes
1 answer

What technologies can I use to stream audio from web browsers?

I would like to write a web application in which users can record short audio from within their browsers and stream it to my server. I understand that this is not (yet) possible using pure html, so I need to use a technology such as flash. What are…
Tobias
  • 6,388
  • 4
  • 39
  • 64
0
votes
1 answer

QtBrowserPlugin crash when I nest other plugin into it: is my fix correct?

There is QtBrowserPlugin which contains QWebView that load a page that contains other plugin. (opera (some_page (my_qtbrowser_plugin (QWebView (some_other_page …
Vi.
  • 37,014
  • 18
  • 93
  • 148
0
votes
1 answer

how to create a chrome extension to get the number of installed plug-ins on my browser?

how to create a chrome extension to get the number of installed plug-ins on my Browser? Hello Everybody, I wanna create a google chrome extension which gives me the total number of installed plug-ins on my browser. i am new in this developing field.…
0
votes
1 answer

How do I register and handle a custom mime type using an existing or custom plugin?

I would like to register for a specific file type to be handled in the browser. When the browser encounters a custom file type, type xyz, I want the browser to: Use the Flash plugin Pass an existing Flash SWF file to the plugin Then pass the…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
0
votes
1 answer

Open source alternative to the Credential Management functionality of Okta, OneLogin and Bitium?

Here is the use case - my parents are not good at remembering passwords. I want to use a software that they can simply log in with one credential and they have access with all their web apps and preferably native apps. I know there are all kinds of…
C.Lee
  • 10,451
  • 9
  • 31
  • 46
0
votes
1 answer

Firefox crash instantiating NPAPI plugin

I had the whole plugin working previously as a very simple implementation with lots of global and static variables, i've now converted it to an object based design so I can instantiate multiple instances safely etc. However, since I have done that,…
Adam Cobb
  • 894
  • 4
  • 14
  • 33
0
votes
1 answer

How to create a window in browser which has a NSWindow handle?

I am making a plugin for safari on mac. I am stuck at how to create a window over browser's window upon which a video can be displayed. Earlier, we were using Cocoa Event model under which window pointer received in NPWindow in NPP_SetWindow…
0
votes
1 answer

Can a plugin(for safari on mac) be made windowed or windowless programmatically?

We are making a plugin for safari browser on mac. After browsing over internet, i found that generally plugins on mac are windowless but i want a windowed plugin. Even in function NPP_SetWindow i tried to print the value of variable type(which is of…
user2181750
  • 241
  • 5
  • 15
0
votes
0 answers

Cross-platform/browser .tiff web viewer

I'm trying to find a browser plugin or something like that to view/rotate/zoom/etc. multiple paged .tiff files. My requirements are that it must be cross-platform (Windows, Linux, ...) and cross-browser (Chrome, Firefox, IE, ...). The closest…
lucasdc
  • 1,032
  • 2
  • 20
  • 42
0
votes
1 answer

Which js file is running on which element of a page

I have downloaded a responsive bootstrap website template. It has a lot more extra content and js files that i don't need for my website. I want to remove it along with .js file being used for that content. Is there any plugin or way to find out…
0
votes
1 answer

Technology that allows to expand website functionality

Let's say that I want to expand website functionality and I'm not sure what kind of solutions I'm looking for. It's not my website so obviously I can't work with original code or database. First thing I thought about were simple actions that only…
0
votes
1 answer

Browser Plugin for Safari and IE

Can we use webkit framework developing browser plugin for both IE (On Windows) and Safari (on Mac)? I am asking on the basis of http://docs.huihoo.com/webkit/WebKit_PluginProgTopic.pdf Could any one who has experimented with webkit reply ? Thanks…
Vijayanand
  • 31
  • 1
  • 2
  • 4
0
votes
1 answer

native browser plugins alternatives to NPAPI

Hello as you might now NPAPI is deprecated. What are the alternatives to this? I see skype released now the web version where you need to install a web plugin to make voice and video calls. Looking over what I installed I arrived to the conclusion…
0
votes
1 answer

Evernote Web Clipper and Content Security Policy

We're currently introducing the Content Security Policy to a website. Started by inserting the Content-Security-Policy-Report-Only header to get some feedback about the impact. Soon we found out that the Evernote Web Clipper plugin in the Safari…
jor
  • 2,058
  • 2
  • 26
  • 46