{"id":262,"date":"2012-12-15T00:23:00","date_gmt":"2012-12-15T07:23:00","guid":{"rendered":"http:\/\/lyraphase.com\/wp\/?p=262"},"modified":"2023-12-04T17:44:01","modified_gmt":"2023-12-05T00:44:01","slug":"about-crx-files","status":"publish","type":"post","link":"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/","title":{"rendered":"About .CRX Files: What is a CRX file and how do I extract it"},"content":{"rendered":"<p>Recently, while trying to install the <a title=\"cr-gpg: GPG extension for Gmail in Google Chrome\" href=\"https:\/\/github.com\/RC1140\/cr-gpg\" target=\"_blank\" rel=\"noopener\">cr-gpg<\/a> Google Chrome Extension (blog post to come), I ran into a small problem trying to import the .crx file. This led me to find out what the .crx file type is, and how to extract it. \u00a0As most of the posts on this blog are for rather advanced linux users, I&#8217;m going to try and make this more general and helpful for the general public.<\/p>\n<h2>TL;DR<\/h2>\n<p>The short answer: <code>unzip<\/code>!<\/p>\n<p>It&#8217;s a .zip file with an extra header containing the author&#8217;s public key and <a title=\"GPG: GNU Privacy Guard\" href=\"https:\/\/en.wikipedia.org\/wiki\/GNU_Privacy_Guard\" target=\"_blank\" rel=\"noopener\">GPG<\/a> signature. \u00a0You may want to strip it if you&#8217;re repackaging it.<\/p>\n<p>The file specification can be found on <a title=\"Official .CRX file specification\" href=\"https:\/\/developer.chrome.com\/docs\/extensions\/mv2\/overview\/\" target=\"_blank\" rel=\"noopener\">Google&#8217;s .crx Package Format page<\/a>.<\/p>\n<h2>The Long Answer<\/h2>\n<h3>Question: What is a CRX File?<\/h3>\n<p>Did you find a CRX file in your web browser&#8217;s &#8220;<em>Downloads<\/em>&#8221; folder on your computer and wonder what program should open it? Maybe you&#8217;ve been trying to install an unofficial Google Chrome Extension and got the message &#8220;<em>Apps, extensions, and user scripts cannot be added from this website<\/em>&#8221; when opening the .crx file.<\/p>\n<h3>Answer<\/h3>\n<p>A file with the CRX file extension is a Google Chrome Browser Extension Archive file.<\/p>\n<p>According to a quick google search: CRX files might also be &#8220;<a title=\"Links Games Course files\" href=\"https:\/\/dotwhat.net\/crx\/6406\/\">Links Games Course<\/a>&#8221; files (Although it comes up as a top result in Google, I couldn&#8217;t find any other info on this&#8230; I&#8217;m unsure if these are even a valid file type, or just google search spam?).<\/p>\n<h4>How To Open a CRX File<\/h4>\n<p>As you probably know, the easiest way to open any file is to double-click it and let your PC decide which default application should open the file. If no program opens the CRX file then you probably don&#8217;t have an application (ie: <a title=\"Download Google Chrome!\" href=\"https:\/\/www.google.com\/intl\/en\/chrome\/browser\/\" target=\"_blank\" rel=\"noopener\">Google Chrome<\/a>) installed that can view and\/or edit CRX files.<\/p>\n<p>Warning: If you are on Windows, beware when opening executable file formats received via email or downloaded from websites which you are not familiar with. See this <a title=\"List of Executable File Extensions\" href=\"https:\/\/pcsupport.about.com\/od\/tipstricks\/a\/execfileext.htm\" target=\"_blank\" rel=\"noopener\">List of Executable File Extensions<\/a> for file extensions to avoid and why. \u00a0(If you are on linux, be smart, be secure, and be happy! ^_^)<\/p>\n<p>The CRX file type is primarily associated with the &#8216;Google Chrome&#8217; web browser by Google. Any file with extension CRX is likely a plugin file or as it is more commonly known: a <a title=\"Google Chrome Extension Documentation\" href=\"https:\/\/developer.chrome.com\/docs\/extensions\/\" target=\"_blank\" rel=\"noopener\">Google Chrome Extension file<\/a>. \u00a0These files are used to package a Google Chrome extension, and can be <a title=\"Google Chrome Extension Web Store\" href=\"https:\/\/chrome.google.com\/webstore\/category\/extensions\" target=\"_blank\" rel=\"noopener\">installed in Google Chrome<\/a> to add extra features to the browser.<\/p>\n<p>The Google Chrome browser uses CRX files to provide\u00a0extend-ability\u00a0in the browser program. A Google Chrome CRX file is really just a renamed ZIP file with an extra bunch of bytes in the header to verify the plugin&#8217;s origin (and validate the private key&#8217;s signature using the public key). \u00a0This is all done for security purposes, as we would not want to run or install any browser plugin from a source that we do not trust.<\/p>\n<p>In theory, any archive\/compression program, like <a title=\"7-Zip.org: 7-Zip is a file archiver with a high compression ratio.\" href=\"https:\/\/www.7-zip.org\/\" target=\"_blank\" rel=\"noopener\">7-Zip<\/a>, <a title=\"TUGZip.com : A Free Archiving Utility for Windows\" href=\"http:\/\/www.tugzip.com\/\" target=\"_blank\" rel=\"noopener\">TUGZip<\/a>, <a title=\"InfoZIP's command-line unzip file un-archiver utility for Linux, Unix or Mac OSX\" href=\"https:\/\/infozip.sourceforge.net\/UnZip.html\" target=\"_blank\" rel=\"noopener\">unzip<\/a>, <a title=\"MacZip : An Info-Zip based mac archiver tool\" href=\"https:\/\/ezip.awehunt.com\/\" target=\"_blank\" rel=\"noopener\">MacZip<\/a>\u00a0(<strong>all free<\/strong>) <strong>OR<\/strong> <a title=\"WinZip.com\" href=\"https:\/\/www.winzip.com\/\" target=\"_blank\" rel=\"noopener\">Winzip<\/a>\/<a title=\"Rar Lab.com\" href=\"https:\/\/www.rarlab.com\/\" target=\"_blank\" rel=\"noopener\">WinRAR<\/a> (<strong>non-free<\/strong>), will open CRX files for extraction (expansion\/decompression). \u00a0CRX files may also be opened using any other archive tools you may be familiar with to view the contents of the packaged plugin\/extension. \u00a0However, depending on whether your tool can ignore the file header correctly, you may need to strip it first to convert to a zip, or use another tool.<\/p>\n<p>If you find that an application on your computer does try to open the .CRX file but it&#8217;s the wrong program or if you would rather have another installed program open CRX files, you might need to <a title=\"How to change the default program that opens a file extension\" href=\"https:\/\/www.lifewire.com\/how-to-change-file-associations-in-windows-2624477\" target=\"_blank\" rel=\"noopener\">Change the Default Program<\/a> for this file extension. \u00a0(If you&#8217;re on a Mac, please see this <a title=\"Change the default app which opens a filetype in 4 steps\" href=\"https:\/\/www.macworld.com\/article\/208329\/changedefaultapp.html\" target=\"_blank\" rel=\"noopener\">4 step tutorial on how to change the default application for a filetype<\/a>).<\/p>\n<h4>How To Convert a CRX File to a ZIP file<\/h4>\n<p>As of this writing, there is no way to open the CRX file in its default program (Google Chrome) and choose to save the open file as another file format. \u00a0However, you may want to try 7-zip to extract it, modify to your liking, and then repackage it as a .ZIP.<\/p>\n<p>There is one basic way to attempt to convert a CRX file to a ZIP file: \u00a0<strong>strip the extra header<\/strong>!<\/p>\n<p>Important: You cannot usually change a file extension (like the CRX file extension) to one that your computer recognizes and expect the newly renamed file to be usable. An actual file format conversion using one of the methods described above must take place in most cases.<\/p>\n<p>To do this job, we&#8217;re going to have to resort to some basic unix commands: <code>dd<\/code> and <code>tail<\/code><\/p>\n<p>To strip the header, you&#8217;ll need to know how long it is first. Luckily, <a title=\"Info-Zip: Home of the third most portable program in the world\" href=\"https:\/\/infozip.sourceforge.net\/\" target=\"_blank\" rel=\"noopener\">InfoZIP<\/a>&#8216;s <code>unzip<\/code> utility can tell us how long it is (tested on Ubuntu and CentOS with unzip versions 6.00 and 5.52 respectively):<\/p>\n<pre><code># Get unzip if we don't have it\r\n[ -z \"$(which unzip)\" -a -n \"$(which apt-get)\" ] &amp;&amp; sudo apt-get -y install unzip\r\n[ -z \"$(which unzip)\" -a -n \"$(which yum)\" ] &amp;&amp; sudo yum -y install unzip\r\nunzip -l file.crx <\/code><\/pre>\n<p><strong>Sample output:<\/strong><\/p>\n<pre><code>\r\n\r\nArchive:  file.crx\r\nwarning [file.crx]:  306 extra bytes at beginning or within zipfile\r\n  (attempting to process anyway)\r\n  Length      Date    Time    Name\r\n---------  ---------- -----   ----\r\n      175  1980-00-00 00:00   background.html\r\n     5047  1980-00-00 00:00   background.js\r\n        0  1980-00-00 00:00   binaries\/\r\n    19860  1980-00-00 00:00   content_script.js\r\n       58  1980-00-00 00:00   custom.css\r\n     4224  1980-00-00 00:00   general.html\r\n     4400  1980-00-00 00:00   icon.png\r\n        0  1980-00-00 00:00   images\/\r\n    93868  1980-00-00 00:00   jquery-1.7.1.min.js\r\n    32709  1980-00-00 00:00   jquery-ui-1.8.11.thinkst.css\r\n   370776  1980-00-00 00:00   jquery-ui-1.8.13.custom.js\r\n    11674  1980-00-00 00:00   jquery-ui-1.8.13.custom.min.js\r\n      811  1980-00-00 00:00   jquery-ui-content.hack.js\r\n     2736  1980-00-00 00:00   jquery.client.js\r\n    11688  1980-00-00 00:00   jquery.ui.widget.js\r\n     1273  1980-00-00 00:00   manifest.json\r\n     2523  1980-00-00 00:00   options.html\r\n     2206  1980-00-00 00:00   options.js\r\n     4462  1980-00-00 00:00   popup.html\r\n     2050  1980-00-00 00:00   popup.js\r\n     1776  1980-00-00 00:00   images\/sprite_black2.png\r\n     1633  1980-00-00 00:00   images\/verify.png\r\n        0  1980-00-00 00:00   binaries\/Mac\/\r\n        0  1980-00-00 00:00   binaries\/Ubuntu\/\r\n        0  1980-00-00 00:00   binaries\/Windows\/\r\n    45568  1980-00-00 00:00   binaries\/Windows\/libgpg-error-0.dll\r\n   235520  1980-00-00 00:00   binaries\/Windows\/libgpgme-11.dll\r\n  1027584  1980-00-00 00:00   binaries\/Windows\/npwebpgPlugin-v0.5.9.dll\r\n  2305852  1980-00-00 00:00   binaries\/Ubuntu\/npwebpgPlugin-v0.5.9_32.so\r\n  1768658  1980-00-00 00:00   binaries\/Ubuntu\/npwebpgPlugin-v0.5.9_64.so\r\n        0  1980-00-00 00:00   binaries\/Mac\/npwebpgPlugin-v0.5.9.plugin\/\r\n        0  1980-00-00 00:00   binaries\/Mac\/npwebpgPlugin-v0.5.9.plugin\/Contents\/\r\n     2082  1980-00-00 00:00   binaries\/Mac\/npwebpgPlugin-v0.5.9.plugin\/Contents\/Info.plist\r\n        0  1980-00-00 00:00   binaries\/Mac\/npwebpgPlugin-v0.5.9.plugin\/Contents\/MacOS\/\r\n        0  1980-00-00 00:00   binaries\/Mac\/npwebpgPlugin-v0.5.9.plugin\/Contents\/Resources\/\r\n        0  1980-00-00 00:00   binaries\/Mac\/npwebpgPlugin-v0.5.9.plugin\/Contents\/Resources\/English.lproj\/\r\n      150  1980-00-00 00:00   binaries\/Mac\/npwebpgPlugin-v0.5.9.plugin\/Contents\/Resources\/English.lproj\/InfoPlist.strings\r\n      411  1980-00-00 00:00   binaries\/Mac\/npwebpgPlugin-v0.5.9.plugin\/Contents\/Resources\/English.lproj\/Localized.rsrc\r\n  3462932  1980-00-00 00:00   binaries\/Mac\/npwebpgPlugin-v0.5.9.plugin\/Contents\/MacOS\/webpgPlugin\r\n---------                     -------\r\n  9422706                     39 files\r\n\r\n<\/code><\/pre>\n<p>You should see the number of extra bytes output as:<\/p>\n<pre><code>warning [file.crx]: \u00a0<strong>NNN<\/strong> extra bytes at beginning or within zipfile<\/code><\/pre>\n<p>Now all we need is to strip the extra bytes. There are two main ways to attempt to strip the extra header (and convert) the CRX file:<\/p>\n<ol>\n<li>Use dd (set skip=<strong>NNN<\/strong> bytes)\n<pre><code>dd if=cr-gpg-0.8.3.crx of=\/tmp\/file.zip bs=1 skip=306<\/code><\/pre>\n<\/li>\n<li>Use tail (use -c +<strong>NNN+1<\/strong> bytes. Ex: NNN=306 =&gt; use 307)\n<pre><code>tail -c \u00a0+NNN+1 file.crx &gt; \/tmp\/file.zip<\/code><\/pre>\n<\/li>\n<\/ol>\n<!--themify_builder_content-->\n<div id=\"themify_builder_content-262\" data-postid=\"262\" class=\"themify_builder_content themify_builder_content-262 themify_builder tf_clear\">\n    <\/div>\n<!--\/themify_builder_content-->\n","protected":false},"excerpt":{"rendered":"<p>Question: What is a CRX File?<\/p>\n<p>Did you find a CRX file in your web browser&#8217;s &#8220;Downloads&#8221; folder on your computer and wonder what program should open it? Maybe you&#8217;ve been trying to install an unofficial Google Chrome Extension and got the message &#8220;Apps, extensions, and user scripts cannot be added from this website&#8221; when opening the .crx file.<\/p>\n","protected":false},"author":1,"featured_media":492,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[16],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>About .CRX Files: What is a CRX file and how do I extract it<\/title>\n<meta name=\"description\" content=\"The CRX file type is used by the Google Chrome browser. Files with extension CRX are Google Chrome extensions. They are a special zip format.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About .CRX Files: What is a CRX file and how do I extract it\" \/>\n<meta property=\"og:description\" content=\"The CRX file type is used by the Google Chrome browser. Files with extension CRX are Google Chrome extensions. They are a special zip format.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/\" \/>\n<meta property=\"og:site_name\" content=\"Phasik Flux\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/fb.me\/djPhasik\" \/>\n<meta property=\"article:published_time\" content=\"2012-12-15T07:23:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-05T00:44:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lyraphase.com\/wp\/wp-content\/uploads\/2012\/12\/CRX-file.png\" \/>\n\t<meta property=\"og:image:width\" content=\"872\" \/>\n\t<meta property=\"og:image:height\" content=\"379\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@TrinitronX\" \/>\n<meta name=\"twitter:site\" content=\"@trinitronx\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Administrator\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/mail.lyraphase.com\/wp\/#\/schema\/person\/e39ee647a6fe0d4cadc07706d14d2e41\",\"name\":\"DJPhasik\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/mail.lyraphase.com\/wp\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/edb379d5d0f55cde97ea32e0c36db1ad?s=96&r=r\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/edb379d5d0f55cde97ea32e0c36db1ad?s=96&r=r\",\"caption\":\"DJPhasik\"},\"logo\":{\"@id\":\"https:\/\/mail.lyraphase.com\/wp\/#personlogo\"},\"description\":\"An Electrical Engineer turned DJ, Producer, and Software developer from CO He's got a passion for technology and electronic music. When he\u2019s not working on electronics or software projects, he\u2019s constantly fueling his need for artistic expression through music.\",\"sameAs\":[\"https:\/\/www.lyraphase.com\",\"https:\/\/fb.me\/djPhasik\",\"https:\/\/www.instagram.com\/jamescuzella\",\"https:\/\/pin.it\/atfqjvnuqbmt2o\",\"https:\/\/twitter.com\/trinitronx\",\"https:\/\/www.youtube.com\/user\/DJPhasik\/\",\"https:\/\/soundcloud.com\/phasik\"]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mail.lyraphase.com\/wp\/#website\",\"url\":\"https:\/\/mail.lyraphase.com\/wp\/\",\"name\":\"Phasik Flux\",\"description\":\"[art][music][energy][time][dimensions][consciousness][soul][spirituality][love]\",\"publisher\":{\"@id\":\"https:\/\/mail.lyraphase.com\/wp\/#\/schema\/person\/e39ee647a6fe0d4cadc07706d14d2e41\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mail.lyraphase.com\/wp\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/lyraphase.com\/wp\/wp-content\/uploads\/2012\/12\/CRX-file.png\",\"contentUrl\":\"https:\/\/lyraphase.com\/wp\/wp-content\/uploads\/2012\/12\/CRX-file.png\",\"width\":872,\"height\":379,\"caption\":\"The CRX file type is used by the Google Chrome web browser. Files with extension CRX are likely Google Chrome extensions. They are a special zip format.\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#webpage\",\"url\":\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/\",\"name\":\"About .CRX Files: What is a CRX file and how do I extract it\",\"isPartOf\":{\"@id\":\"https:\/\/mail.lyraphase.com\/wp\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#primaryimage\"},\"datePublished\":\"2012-12-15T07:23:00+00:00\",\"dateModified\":\"2023-12-05T00:44:01+00:00\",\"description\":\"The CRX file type is used by the Google Chrome browser. Files with extension CRX are Google Chrome extensions. They are a special zip format.\",\"breadcrumb\":{\"@id\":\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mail.lyraphase.com\/wp\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About .CRX Files: What is a CRX file and how do I extract it\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#webpage\"},\"author\":{\"@id\":\"https:\/\/mail.lyraphase.com\/wp\/#\/schema\/person\/bdb31fd6bfe0e571b38c8b358367f7fd\"},\"headline\":\"About .CRX Files: What is a CRX file and how do I extract it\",\"datePublished\":\"2012-12-15T07:23:00+00:00\",\"dateModified\":\"2023-12-05T00:44:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#webpage\"},\"wordCount\":877,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/mail.lyraphase.com\/wp\/#\/schema\/person\/e39ee647a6fe0d4cadc07706d14d2e41\"},\"image\":{\"@id\":\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/lyraphase.com\/wp\/wp-content\/uploads\/2012\/12\/CRX-file.png\",\"articleSection\":[\"Software\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/mail.lyraphase.com\/wp\/#\/schema\/person\/bdb31fd6bfe0e571b38c8b358367f7fd\",\"name\":\"Administrator\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/mail.lyraphase.com\/wp\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/833761cd202c03e01ac63c55021a4eec?s=96&r=r\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/833761cd202c03e01ac63c55021a4eec?s=96&r=r\",\"caption\":\"Administrator\"},\"sameAs\":[\"https:\/\/www.lyraphase.com\"],\"url\":\"https:\/\/lyraphase.com\/wp\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About .CRX Files: What is a CRX file and how do I extract it","description":"The CRX file type is used by the Google Chrome browser. Files with extension CRX are Google Chrome extensions. They are a special zip format.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/","og_locale":"en_US","og_type":"article","og_title":"About .CRX Files: What is a CRX file and how do I extract it","og_description":"The CRX file type is used by the Google Chrome browser. Files with extension CRX are Google Chrome extensions. They are a special zip format.","og_url":"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/","og_site_name":"Phasik Flux","article_publisher":"https:\/\/fb.me\/djPhasik","article_published_time":"2012-12-15T07:23:00+00:00","article_modified_time":"2023-12-05T00:44:01+00:00","og_image":[{"width":872,"height":379,"url":"https:\/\/lyraphase.com\/wp\/wp-content\/uploads\/2012\/12\/CRX-file.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_creator":"@TrinitronX","twitter_site":"@trinitronx","twitter_misc":{"Written by":"Administrator","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https:\/\/mail.lyraphase.com\/wp\/#\/schema\/person\/e39ee647a6fe0d4cadc07706d14d2e41","name":"DJPhasik","image":{"@type":"ImageObject","@id":"https:\/\/mail.lyraphase.com\/wp\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/edb379d5d0f55cde97ea32e0c36db1ad?s=96&r=r","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/edb379d5d0f55cde97ea32e0c36db1ad?s=96&r=r","caption":"DJPhasik"},"logo":{"@id":"https:\/\/mail.lyraphase.com\/wp\/#personlogo"},"description":"An Electrical Engineer turned DJ, Producer, and Software developer from CO He's got a passion for technology and electronic music. When he\u2019s not working on electronics or software projects, he\u2019s constantly fueling his need for artistic expression through music.","sameAs":["https:\/\/www.lyraphase.com","https:\/\/fb.me\/djPhasik","https:\/\/www.instagram.com\/jamescuzella","https:\/\/pin.it\/atfqjvnuqbmt2o","https:\/\/twitter.com\/trinitronx","https:\/\/www.youtube.com\/user\/DJPhasik\/","https:\/\/soundcloud.com\/phasik"]},{"@type":"WebSite","@id":"https:\/\/mail.lyraphase.com\/wp\/#website","url":"https:\/\/mail.lyraphase.com\/wp\/","name":"Phasik Flux","description":"[art][music][energy][time][dimensions][consciousness][soul][spirituality][love]","publisher":{"@id":"https:\/\/mail.lyraphase.com\/wp\/#\/schema\/person\/e39ee647a6fe0d4cadc07706d14d2e41"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mail.lyraphase.com\/wp\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#primaryimage","inLanguage":"en-US","url":"https:\/\/lyraphase.com\/wp\/wp-content\/uploads\/2012\/12\/CRX-file.png","contentUrl":"https:\/\/lyraphase.com\/wp\/wp-content\/uploads\/2012\/12\/CRX-file.png","width":872,"height":379,"caption":"The CRX file type is used by the Google Chrome web browser. Files with extension CRX are likely Google Chrome extensions. They are a special zip format."},{"@type":"WebPage","@id":"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#webpage","url":"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/","name":"About .CRX Files: What is a CRX file and how do I extract it","isPartOf":{"@id":"https:\/\/mail.lyraphase.com\/wp\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#primaryimage"},"datePublished":"2012-12-15T07:23:00+00:00","dateModified":"2023-12-05T00:44:01+00:00","description":"The CRX file type is used by the Google Chrome browser. Files with extension CRX are Google Chrome extensions. They are a special zip format.","breadcrumb":{"@id":"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mail.lyraphase.com\/wp\/"},{"@type":"ListItem","position":2,"name":"About .CRX Files: What is a CRX file and how do I extract it"}]},{"@type":"Article","@id":"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#article","isPartOf":{"@id":"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#webpage"},"author":{"@id":"https:\/\/mail.lyraphase.com\/wp\/#\/schema\/person\/bdb31fd6bfe0e571b38c8b358367f7fd"},"headline":"About .CRX Files: What is a CRX file and how do I extract it","datePublished":"2012-12-15T07:23:00+00:00","dateModified":"2023-12-05T00:44:01+00:00","mainEntityOfPage":{"@id":"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#webpage"},"wordCount":877,"commentCount":0,"publisher":{"@id":"https:\/\/mail.lyraphase.com\/wp\/#\/schema\/person\/e39ee647a6fe0d4cadc07706d14d2e41"},"image":{"@id":"https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#primaryimage"},"thumbnailUrl":"https:\/\/lyraphase.com\/wp\/wp-content\/uploads\/2012\/12\/CRX-file.png","articleSection":["Software"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/lyraphase.com\/wp\/projects\/software\/about-crx-files\/#respond"]}]},{"@type":"Person","@id":"https:\/\/mail.lyraphase.com\/wp\/#\/schema\/person\/bdb31fd6bfe0e571b38c8b358367f7fd","name":"Administrator","image":{"@type":"ImageObject","@id":"https:\/\/mail.lyraphase.com\/wp\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/833761cd202c03e01ac63c55021a4eec?s=96&r=r","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/833761cd202c03e01ac63c55021a4eec?s=96&r=r","caption":"Administrator"},"sameAs":["https:\/\/www.lyraphase.com"],"url":"https:\/\/lyraphase.com\/wp\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/lyraphase.com\/wp\/wp-json\/wp\/v2\/posts\/262"}],"collection":[{"href":"https:\/\/lyraphase.com\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lyraphase.com\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lyraphase.com\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lyraphase.com\/wp\/wp-json\/wp\/v2\/comments?post=262"}],"version-history":[{"count":6,"href":"https:\/\/lyraphase.com\/wp\/wp-json\/wp\/v2\/posts\/262\/revisions"}],"predecessor-version":[{"id":4702,"href":"https:\/\/lyraphase.com\/wp\/wp-json\/wp\/v2\/posts\/262\/revisions\/4702"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lyraphase.com\/wp\/wp-json\/wp\/v2\/media\/492"}],"wp:attachment":[{"href":"https:\/\/lyraphase.com\/wp\/wp-json\/wp\/v2\/media?parent=262"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lyraphase.com\/wp\/wp-json\/wp\/v2\/categories?post=262"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lyraphase.com\/wp\/wp-json\/wp\/v2\/tags?post=262"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}