Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

chrome.extension.onRequest and chrome.extension.sendRequest are deprecated as of Chrome 26 #6

Open
sakthivelchinnannan opened this issue Oct 1, 2013 · 1 comment

Comments

@sakthivelchinnannan
Copy link

I got an error with message Error connecting to extension while using this extension.
After searching found that chrome.extension.onRequest and chrome.extension.sendRequest are deprecated as of Chrome 26.

Need to use chrome.runtime.onMessage and chrome.runtime.sendMessage for Chrome 26+
Refer here for more info

@henrik
Copy link
Owner

henrik commented Oct 1, 2013

I'm afraid I'm no longer maintaining this repo. Sorry! I should say that in the README. Maybe some fork is being maintained.

@henrik henrik closed this as completed Oct 1, 2013
@henrik henrik reopened this Oct 1, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants