Questions tagged [browser-extension]

Browser extensions are additions to a browser that add to or improve some part of the browser's functionality.

Browser extensions are additions to a browser that add to or improve some part of the browser's functionality.

Consider including browser-specific tags to your question, such as:

506 questions
-1
votes
1 answer

Add js file and call a js function from C#

I am developing an IE Addon using C#. I have javascript functions in a js file. I need to attach the js file to C# and call js functions from C#, send value to js and it must return a value. JS File - sample.js : function sample (str) { //js…
abby
  • 1
  • 3
-1
votes
4 answers

How do I get the element being edited?

I'm developing a webapp, and I have a problem with the JavaScript. The following is a simplified version of the HTML causing the problem. I have some nested contenteditable divs (I replaced the real content with placeholder text):
clickbait
  • 2,461
  • 1
  • 20
  • 50
-1
votes
1 answer

Extension bar always visible

I'm developing a multi-browser extension using the Crossrider framework. Is there a solution to show an html horizontal menu on the top of each page ? The menu will embed a JS script which uses some external libraries. Indeed, I can prepend my…
-1
votes
1 answer

CrossRider extension not working properly. Is it a bug?

We are using CrossRider to develop an extension for Internet Explorer. I'm using debug mode with the following code in extension.js: /************************************************************************************ This is your Page Code. The…
Uri
  • 1,974
  • 7
  • 33
  • 63
-1
votes
1 answer

Safari Extension Sending a Message To an App

I'm new in making browser extensions. I need to make an extension for Safari capable of launching or sending a message to an existing app on user machine. I want to do this in Mac platform. I want to know is it possible? and if it is possible can…
Abcd Efg
  • 2,058
  • 22
  • 40
-2
votes
0 answers

How do I use webRequest in my browser extension to do something when a certain request is made?

So, I'm trying to make a browser extension that reacts a certain way when a specific web request on a certain website fires. I've looked in the developer tools at the network requests, and I've identified which requests the extension has to activate…
DJMoffinz
  • 1
  • 1
-2
votes
1 answer

Injecting JavaScript via browser extension

Is it possible to inject JavaScript into a web-page with the help of a browser extension and guarantee that the page cannot override it? If this is not possible can the extension somehow check if its injected JavaScript is not used or something? I…
K..
  • 3,470
  • 5
  • 33
  • 76
-2
votes
1 answer

CrossRider extension is not working on Internet Explorer 11

We are using CrossRider to develop an extension for Internet Explorer. I added alerts in the background and in extension.js, but there are no alerts when I install this extension. What is the problem? background.js: appAPI.ready(function($) { …
Uri
  • 1,974
  • 7
  • 33
  • 63
-2
votes
2 answers

Adblock extension blocks magento items

I have just realised that Adblock extension blocks all my product items from this Magento site. What should I do to prevent this issue?
capola
  • 51
  • 1
  • 11
-2
votes
2 answers

How to install an extension to a browser without confirm

When the users enters to a web page, is there a way to install a extension witout confirmation? in what browser I can do that?, or any links to articles about that? the keyword is "without confirmation"
-7
votes
1 answer

How to hidden install extension?

Is there a way to install a crossrider extension on a user's computer without letting him/her know it? My website requires this when a user click on a "set as homepage" link. Thanks for any help.
1 2 3
33
34