Noitidart / Chrome-Store-Foxified

Point and click to install extensions into your browser from the AMO, Chrome Web Store, Microsoft Store, or Opera Addons websites.
https://addons.mozilla.org/en-US/firefox/addon/chrome-store-foxified/?src=github
Mozilla Public License 2.0
363 stars 54 forks source link

总是不能安装? #120

Open nowarszm opened 5 years ago

nowarszm commented 5 years ago

从chrome下载后 安装 总是出现图片上的问题 怎么解决啊? can not stall

bigleek commented 5 years ago

这是没有签名导致的,我也有这个问题,win10 ff62

Noitidart commented 5 years ago

Does anyone have any ideas on how to fix this?

I'm hoping to fix this for the upcoming release.

Here's some more detail: To install the extension, I create a blob url out of the XPI (extension installation file). However it's getting blocked. I will get to this eventually, but am working on the domain fronter issue right now. If anyone gets a chance, it would be awesome if you could help me as you did with the domain fronter.

Here is a screenshot of the block:

image

stoically commented 5 years ago

Just a drive-by thought, since I'm not sure why that is outright blocked and doesn't ask whether it should download: Maybe it'll work if the blob is embedded in a moz-extension:// page? I'm doing something similar to export preferences with a data: url (there's also this stackoverflow answer).

filips123 commented 4 years ago

@Noitidart Is there any update about this?

gabri25ele commented 4 years ago

use 56.0.1 version, then import the extension in the last version

filips123 commented 4 years ago

@gabri25ele It doesn't work. When I try to import extension, it says "Validating" forever.

gabri25ele commented 4 years ago

for me works. tell me all the steps you do

filips123 commented 4 years ago

I ran Firefox Portable 56, installed this addon and tried to convert Chrome extension.

gabri25ele commented 4 years ago

firefox 56.0.1 (not 56.0.2 for example) install and signs extension, then save it to your disk. open other Firefox and install it.

joshieecs commented 4 years ago

Installing AddOns from blob:moz-extension:// URI's is working in Firefox Dev 77b9.

Au6KQn0D4S

See my longer comment here.