Online File Compressor

Online File Compressor

Online File Compressor is a very handy and powerful free service allowing you to compress videos, images and PDF files in minutes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "1.0.0",
  "description": "__MSG_description__",
  "icons": {
    "16": "img/favicon.png",
    "48": "img/favicon.png",
    "128": "img/favicon.png"
  },
  "browser_action": {
    "default_icon": "img/favicon.png",
    "default_title": "__MSG_title__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "http://www.apowersoft.com/*",
    "https://www.apowersoft.com/*"
  ],
  "homepage_url": "https://www.apowersoft.com",
  "omnibox": {
    "keyword": "__MSG_keyword__"
  },
  "default_locale": "en"
}