Skip to content

Commit dde770e

Browse files
committed
Version 1.6.12
- Rely on CORS instead of work-arounds for public XPI files from AMO (#92) - Add work-around for crx access in Brave (#91) - Support source viewing of extensions from Microsoft Edge (#95) - Remove web_accessible_resourced to avoid UUID leak (#100) - Correct 0-padding of hashes (#104) - Update jsbeautifier to v1.14.0 (#110) - Support source viewing of extensions from Thunderbird (#111) - Fix domain front of AMO in Firefox add-on (#115) - Recognize CRX3 files served by addons.opera.com (#118) - Opera only: Add work-around to access addons.opera.com (#119) - web only: Add crx keyword to input field for keyword search (#99) - web only: Avoid breakage of web version when an extension runs a script (#113) - Refactor: remove unsupported declarativeWebRequest path - Refactor: Use declarative page actions to show button.
1 parent 9eb38e5 commit dde770e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Chrome extension source viewer",
33
"short_name": "CRX Viewer",
44
"description": "View source code of Chrome extensions, Firefox addons or Opera extensions (crx/nex/xpi) from the Chrome web store and elsewhere.",
5-
"version": "1.6.11",
5+
"version": "1.6.12",
66
"manifest_version": 2,
77
"background": {
88
"scripts": [

src/manifest_firefox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Extension source viewer",
33
"description": "View source code of Firefox addons and Chrome extensions (crx/nex/xpi) from addons.mozilla.org, the Chrome Webstore and elsewhere.",
4-
"version": "1.6.11",
4+
"version": "1.6.12",
55
"manifest_version": 2,
66
"applications": {
77
"gecko": {

src/manifest_opera.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Extension source viewer",
33
"description": "View source code of extensions in the Chrome Web Store, Firefox or Opera addon gallery. Has button to install from Chrome Web Store.",
4-
"version": "1.6.11",
4+
"version": "1.6.12",
55
"manifest_version": 2,
66
"developer": {
77
"name": "Rob Wu",

0 commit comments

Comments
 (0)