crx文件是谷歌瀏覽器Chrome的插件文件,也就是Chrome的擴展程序,主要作用是增強Chrome瀏覽器的各種功能。crx文件以壓縮的格式保存,其中可能包含.js、.json、圖片和可執(zhí)行程序等文件。 常見的插件有小游戲、廣告攔截器、截圖、翻譯等等。
crx文件格式,在zip文件頭附加了一些信息,直接修改為zip后綴可能無法解壓。
編碼規(guī)則:
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