vladignatyev / crx-extractor

CRX Extractor downloads and extracts Chrome Extensions and its source code

Home Page:https://crxextractor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projet Idea / Help: download from the store and upoad to github

Wladefant opened this issue · comments

My Idea (all done with github actions)

  • Pull crx file from chrome web store
  • create zip
  • unzip
  • upload to github
  • check changes and commit only changes
  • write commit message with llm

My Reasoning for that is that I want to look at the changes made, before installing a new version of an extension. Does anyone have tools, ideas for improvement, pipelines?

There are many cases where a useful extension became malware How Browser Extensions Turn Into Malware

@vladignatyev could you point me into the right direction. I havent looked into the code just yet. Would it be possible to create a github action from that?