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
362 stars 55 forks source link

Chrome Store Foxified no longer on add-ons for Firefox #139

Open The-SamminAter opened 4 years ago

The-SamminAter commented 4 years ago

Chrome Store Foxified is no longer an installable add-on from add-ons for Firefox. Aside from that, the latest release can't be installed because it is apparently "corrupt".

Will Chrome Store Foxified be updated and re-uploaded to the Firefox add-on store, if not fixed?

Noitidart commented 4 years ago

I'm super busy with other stuff, so don't have time to maintain this. Thank you for asking though!

On Fri, Apr 17, 2020 at 10:40 AM Sam notifications@github.com wrote:

Chrome Store Foxified is no longer an installable add-on from add-ons for Firefox. Aside from that, the latest release can't be installed because it is apparently "corrupt".

Will Chrome Store Foxified be updated and re-uploaded to the Firefox add-on store, if not fixed?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Noitidart/Chrome-Store-Foxified/issues/139, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQTZCIUZ23D2UADTEHMHSLRNCIBZANCNFSM4MK5OMJQ .

The-SamminAter commented 4 years ago

No worries

Samega7Cattac commented 4 years ago

FF dev tools say that it doesn't contain a valid manifest

Samega7Cattac commented 4 years ago

Using web-ext to check the addon

ERRORS:

Code                                 Message                                Description                                                          File                                   Line   Column
JSON_INVALID                         "/applications/gecko/id" should        Your JSON file could not be parsed.                                                                                      
                                     match pattern                                                                                                                                                   
                                     "^\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[…                                                                                                                            
                                     0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-…                                                                                                                            
                                     fA-F]{12}\}$"                                                                                                                                                   
JSON_INVALID                         "/applications/gecko/id" should        Your JSON file could not be parsed.                                                                                      
                                     match pattern                                                                                                                                                   
                                     "^[a-zA-Z0-9-._]*@[a-zA-Z0-9-._]+$"                                                                                                                             
JSON_INVALID                         "/applications/gecko/id" is not a      Your JSON file could not be parsed.                                                                                      
                                     valid key or has invalid extra                                                                                                                                  
                                     properties                                                                                                                                                      
JSON_INVALID                         "/version" should match format         Your JSON file could not be parsed.                                                                                      
                                     "versionString"                                                                                                                                                 
MANIFEST_BACKGROUND_FILE_NOT_FOUND   A background script defined in the     Background script could not be found at "background.bundle.js".      manifest.json                                       
                                     manifest could not be found.                                                                                                                                    
MANIFEST_CONTENT_SCRIPT_FILE_N…      A content script defined in the        Content script defined in the manifest could not be found at         manifest.json                                                                                                                                                                                                        
OT_FOUND                             manifest could not be found.           "cws.bundle.js".                                                                                                         
MANIFEST_CONTENT_SCRIPT_FILE_N…      A content script defined in the        Content script defined in the manifest could not be found at         manifest.json                                                                                                                                                                                                        
OT_FOUND                             manifest could not be found.           "ows.bundle.js".                                                                                                         
NO_MESSAGES_FILE                     The "default_locale" is missing        The "default_locale" value is specified in the manifest, but no      manifest.json                                       
                                     localizations.                         matching "messages.json" in the "_locales" directory exists. See:                                                        
                                                                            https://mzl.la/2hjcaEE                                                                                                   
MANIFEST_ICON_NOT_FOUND              An icon defined in the manifest        Icon could not be found at "icon32.png".                             manifest.json                                       
                                     could not be found in the package.                                                                                                                              
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   old.js                                 3      42    
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   removed sagas.js                       3      6     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   flow-typed/my.js                       1      6     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   flow-typed/react.js                    3      1     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   flow-typed/redux.js                    3      6     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   flow-typed/extension-polyfill.js       1      9     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/ForRehydrated/index.js      3      1     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/connect.js        3      1     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/index.js          1      1     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/background/index.js         3      1     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/index.js       3      1     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/storage.js     6      22    
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/utils.js       3      1     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/withMonitor/index.js        3      1     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/withApiForm/index.js        3      1     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/withRehydrated/index.js     3      1     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/background/Background/in…   3      1     
                                                                            continue on this file.                                               dex.js                                              
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/inde…   1      1     
                                                                            continue on this file.                                               x.js                                                
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/account/ind…   3      1     
                                                                            continue on this file.                                               ex.js                                               
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/browser-act…   3      1     
                                                                            continue on this file.                                               ion/index.js                                        
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/core/index.…   3      1     
                                                                            continue on this file.                                               js                                                  
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/api/utils.js   3      1     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/counter/ind…   3      1     
                                                                            continue on this file.                                               ex.js                                               
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/api/index.js   3      1     
                                                                            continue on this file.                                                                                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/extensions/…   3      1     
                                                                            continue on this file.                                               utils.js                                            
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/files/index…   3      1     
                                                                            continue on this file.                                               .js                                                 
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/pendings/in…   3      1     
                                                                            continue on this file.                                               dex.js                                              
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/redux-persi…   3      1     
                                                                            continue on this file.                                               st/createMigrate.js                                 
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/redux-persi…   3      1     
                                                                            continue on this file.                                               st/createPersistoid.js                              
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/redux-persi…   3      6     
                                                                            continue on this file.                                               st/createTransform.js                               
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/redux-persi…   3      1     
                                                                            continue on this file.                                               st/getStoredState.js                                
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/extensions/…   3      1     
                                                                            continue on this file.                                               index.js                                            
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/redux-persi…   3      1     
                                                                            continue on this file.                                               st/purgeStoredState.js                              
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/redux-persi…   3      1     
                                                                            continue on this file.                                               st/persistStore.js                                  
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/redux-persi…   2      1     
                                                                            continue on this file.                                               st/persistReducer.js                                
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/redux-persi…   3      1     
                                                                            continue on this file.                                               st/stateReconciler.js                               
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/background/Background/Br…   3      1     
                                                                            continue on this file.                                               owserAction/index.js                                
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/redux-persi…   3      1     
                                                                            continue on this file.                                               st/types.js                                         
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Dona…   3      1     
                                                                            continue on this file.                                               teReminder/index.js                                 
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Head…   3      1     
                                                                            continue on this file.                                               er/index.js                                         
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Moda…   3      1     
                                                                            continue on this file.                                               l/index.js                                          
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Moda…   3      1     
                                                                            continue on this file.                                               lWelcome/index.js                                   
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/index.js                                          
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Shou…   3      1     
                                                                            continue on this file.                                               ldShowModalWelcome/index.js                         
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/subf…   3      1     
                                                                            continue on this file.                                               low/index.js                                        
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/redux-persi…   2      1     
                                                                            continue on this file.                                               st/integration/react.js                             
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/redux-persi…   2      1     
                                                                            continue on this file.                                               st/storage/createWebStorage.js                      
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/flow-control/redux-persi…   3      1     
                                                                            continue on this file.                                               st/storage/getStorage.js                            
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Head…   3      1     
                                                                            continue on this file.                                               er/Nav/index.js                                     
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/CounterPage/index.js                              
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/DashboardPage/index.js                            
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/ForumsPage/index.js                               
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/InstallPage/index.js                              
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/ForumPage/index.js                                
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/SettingsPage/index.js                             
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/TopicPage/index.js                                
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/CounterPage/Counter/index.js                      
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/DashboardPage/AddForm/index.js                    
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/DashboardPage/Cards/index.js                      
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/SettingsPage/RegisterForm/index.js                
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/SettingsPage/SettingAutoUpload/in…                
                                                                                                                                                 dex.js                                              
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/TopicPage/ReplyForm/index.js                      
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/DashboardPage/AddForm/ErrorBox/in…                
                                                                                                                                                 dex.js                                              
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/DashboardPage/Cards/Card/index.js                 
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/DashboardPage/AddForm/Fields/Fiel…                
                                                                                                                                                 dFile/index.js                                      
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/DashboardPage/AddForm/Fields/Fiel…                
                                                                                                                                                 dText/index.js                                      
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/DashboardPage/Cards/Card/ModalUns…                
                                                                                                                                                 igned/index.js                                      
JS_SYNTAX_ERROR                      JavaScript syntax error                There is a JavaScript syntax error in your code; validation cannot   src/webext/dashboard/Dashboard/Page…   3      1     
                                                                            continue on this file.                                               s/SettingsPage/RegisterForm/Fields/…                
                                                                                                                                                 FieldText/index.js                                  
NOTICES:

Code                              Message                           Description                                                             File            Line   Column
PERMISSION_FIREFOX_ANDROID_UNS…   Permission not supported by the   "strict_min_version" requires Firefox for Android 52.0, which was       manifest.json                
UPPORTED_BY_MIN_VERSION           specified minimum Firefox for     released before version 54 introduced support for "permissions:tabs".                                
                                  Android version                                                                                                                        
WARNINGS:

Code                              Message                             Description                                                            File            Line   Column
KEY_FIREFOX_ANDROID_UNSUPPORTE…   Manifest key not supported by the   "strict_min_version" requires Firefox for Android 52.0, which was      manifest.json                
D_BY_MIN_VERSION                  specified minimum Firefox for       released before version 55 introduced support for "browser_action".                                 
                                  Android version                                                                                                                         
KEY_FIREFOX_ANDROID_UNSUPPORTE…   Manifest key not supported by the   "strict_min_version" requires Firefox for Android 52.0, which was      manifest.json                
D_BY_MIN_VERSION                  specified minimum Firefox for       released before version 55 introduced support for                                                   
                                  Android version                     "browser_action.default_title".                                                                     
KEY_FIREFOX_ANDROID_UNSUPPORTE…   Manifest key not supported by the   "strict_min_version" requires Firefox for Android 52.0, which was      manifest.json                
D_BY_MIN_VERSION                  specified minimum Firefox for       released before version 57 introduced support for "options_ui".                                     
                                  Android version                                                                                                                         
KEY_FIREFOX_ANDROID_UNSUPPORTE…   Manifest key not supported by the   "strict_min_version" requires Firefox for Android 52.0, which was      manifest.json                
D_BY_MIN_VERSION                  specified minimum Firefox for       released before version 57 introduced support for                                                   
                                  Android version                     "options_ui.open_in_tab".                                                                           
KEY_FIREFOX_ANDROID_UNSUPPORTE…   Manifest key not supported by the   "strict_min_version" requires Firefox for Android 52.0, which was      manifest.json                
D_BY_MIN_VERSION                  specified minimum Firefox for       released before version 57 introduced support for "options_ui.page".                                
                                  Android version
cherryswiftie13 commented 4 years ago

This add-on is no longer on the add-ons store and everywhere I go, it says to use Chrome Store Foxified. Really disappointed now.

cherryswiftie13 commented 4 years ago

By the way, @Noitidart, if you're saying you're too busy to maintain it, I suggest maybe you could possibly hand the code off to someone else to do it since this extension is so madly requested? I don't know what the situation is.

The-SamminAter commented 4 years ago

Instead of handing the code over, someone could just fork it.

The only issue is finding someone who can be able to maintain and continue this. On Sep 23, 2020, 6:58 PM -0700, Jeremy West notifications@github.com, wrote:

By the way, @Noitidart, if you're saying you're too busy to maintain it, I suggest maybe you could possibly hand the code off to someone else to do it since this extension is so madly requested? I don't know what the situation is. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

cherryswiftie13 commented 4 years ago

I don't know. Maybe I could try doing it and if I can't handle it I'll just hand it over to someone else.

cherryswiftie13 commented 4 years ago

I do make extensions for both Chrome and Firefox.

cherryswiftie13 commented 4 years ago

@The-SamminAter where do i get the full code

The-SamminAter commented 4 years ago

I believe the full code is on this repo, you just need to fork it.

I’ll check in a moment if that’s all that needs to be done. On Sep 24, 2020, 3:44 PM -0700, Jeremy West notifications@github.com, wrote:

@The-SamminAter where do i get the full code — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

cherryswiftie13 commented 4 years ago

@The-SamminAter okay, thanks

cherryswiftie13 commented 4 years ago

@The-SamminAter i have a great code editor on my laptop

cherryswiftie13 commented 4 years ago

@The-SamminAter no matter what i havent found the manifest.json file

cherryswiftie13 commented 4 years ago

@The-SamminAter HOLY COW there's no way i could possibly continue this extension

The-SamminAter commented 4 years ago

@The-SamminAter HOLY COW there's no way i could possibly continue this extension

Are there huge issues with it?

cherryswiftie13 commented 4 years ago

@The-SamminAter i wish i had the programming brains to do it. i'd be honored and happy to do it if i just had the knowledge to do it. maybe there's someone else out there who can do it? still heartbroken it was discontinued 😭😭😭😭😭😭

cherryswiftie13 commented 4 years ago

@The-SamminAter could you possibly continue it?

i definitely have plenty of time to maintain it. i'm so sad that i don't have the brains to do it.

The-SamminAter commented 4 years ago

I'm afraid I don't have any knowledge of how extensions work.

cherryswiftie13 commented 4 years ago

@The-SamminAter well, that's okay. i don't have much knowledge either. don't know why the heck i thought i could possibly maintain an extension that difficult. i'm so hopeful that someone will be able to continue it!

kendofriendo commented 3 years ago

I'm super busy with other stuff, so don't have time to maintain this. Thank you for asking though! On Fri, Apr 17, 2020 at 10:40 AM Sam @.***> wrote: Chrome Store Foxified is no longer an installable add-on from add-ons for Firefox. Aside from that, the latest release can't be installed because it is apparently "corrupt". Will Chrome Store Foxified be updated and re-uploaded to the Firefox add-on store, if not fixed? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#139>, or unsubscribe <github.com/notifications/unsubscribe-auth/ABQTZCIUZ23D2UADTEHMHSLRNCIBZANCNFSM4MK5OMJQ> .

Then would you mind archiving it or updating the readme so recent discoverers won't feel so disappointed?

grahamperrin commented 3 years ago

138 there's something in the Wayback Machine.

grysor commented 3 years ago

@Noitidart Come back please the whole world wants chrome extensions in Firefox ! 😭

Noitidart commented 1 year ago

Haha thank you @grysor - I see some people are interested in moving this. I can give the help they need. Thank you all.

RyzeNGrind commented 1 year ago

Yes would be interested as well! This product is very useful