Cek Cepat Extension

Cek Cepat Extension

Make a simple and easy to check the pack of database

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cek Cepat Extension",
  "version": "1.1",
  "description": "Make a simple and easy to check the pack of database",
  "permissions": [
    "browsingData",
    "http://*/",
    "https://*/"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}