Closed
Bug 1283175
(webext-port-unblock-youku)
Opened 7 years ago
Closed 6 years ago
Enable Unblock Youku Chrome extension to work with Firefox
Categories
(WebExtensions :: Compatibility, defect, P5)
WebExtensions
Compatibility
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bsilverberg, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [popular chrome extensions]triaged)
Chrome extension at https://chrome.google.com/webstore/detail/unblock-youku/pdnfnkhpgegpcingjbfihlkjeighnddk Test uploaded to AMO at https://addons-dev.allizom.org/en-US/firefox/addon/unblock-youku I was unable to install the test from AMO into Nightly, but tried downloading and installing as a temporary add-on. Error on install: - chrome.runtime.onInstalled is undefined Error when clicking icon: - TypeError: chrome.storage.sync is undefined Missing APIs: - chrome.runtime.onInstalled (bug 1252871) - chrome.storage.sync (bug 1220494)
Reporter | ||
Comment 1•7 years ago
|
||
Having grepped the full source code, here is a list of missing APIs: - chrome.proxy.settings - chrome.runtime.onInstalled (bug 1252871) - chrome.storage.sync (bug 1220494)
Updated•7 years ago
|
Alias: webext-port-unblock-youku
Reporter | ||
Updated•7 years ago
|
Depends on: webextensions-proxy-api
Updated•7 years ago
|
Component: WebExtensions: Untriaged → WebExtensions: Compatibility
Updated•7 years ago
|
Priority: -- → P5
Comment 2•6 years ago
|
||
Proxy support landed in 55. However it is different from Chrome so a direct copy of this add-on won't work. But it should now be possible.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•