Chrome Extension Manager All in 1

Chrome Extension Manager All in 1

A Simple & Fast Extension Manager by zzllrr for your Chrome Extensions & Apps

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "back.html"
  },
  "browser_action": {
    "default_icon": "img/128.gif",
    "default_title": "__MSG_zname__",
    "default_popup": "pop.html"
  },
  "default_locale": "en",
  "description": "__MSG_zprom__",
  "homepage_url": "https://chrome.google.com/webstore/detail/alhfmphdglcigimlmnkemofpdhfaloep",
  "icons": {
    "16": "img/16.gif",
    "48": "img/48.gif",
    "128": "img/128.gif"
  },
  "name": "__MSG_zname__",
  "offline_enabled": true,
  "permissions": [
    "tabs",
    "management"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "version": "2018.1.10",
  "manifest_version": 2
}