crx文件是谷歌浏览器Chrome的插件文件,也就是Chrome的扩展程序,主要作用是增强Chrome浏览器的各种功能。crx文件以压缩的格式保存,其中可能包含.js、.json、图片和可执行程序等文件。 常见的插件有小游戏、广告拦截器、截图、翻译等等。
crx文件格式,在zip文件头附加了一些信息,直接修改为zip后缀可能无法解压。
编码规则:
43 72 32 34 # "Cr24" -- the magic number
02 00 00 00 # 2 -- the crx format version number
A2 00 00 00 # 162 -- length of public key in bytes
80 00 00 00 # 128 -- length of signature in bytes
........... # the contents of the public key
........... # the contents of the signature
........... # the contents of the zip file
更多推荐
python turtle,turtle graphics