Digi Ads JD Extractor

Digi Ads JD Extractor

Digi Ads Just Dial Data Extractor is tool that allow you to extract data from Just Dial.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "js/jquery-3.3.1.js",
      "js/eventpage.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    },
    "default_popup": "html/index.html",
    "default_title": "Digi Ads JD Extractor"
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "js": [
        "lib/js/jquery-min.js",
        "contentscript/content.js"
      ],
      "matches": [
        "*://*.justdial.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Digi Ads Just Dial Data Extractor is tool that allow you to extract data from Just Dial.",
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkU/Ygi96XKGPO55rL2VD8t9aGiAfDHkWV0On+GyHnCxQLSX2zDDpnJCcQLq6llWCdyoFqTlY1o4w9Wj7J1AKkH02fKycVLOIfbZ6CEVofBS3G5tsjjTBQfbJN3zSenN28WswTr0T7c8ZiGZEh1qUAznwzBu83bz/Cn0G0YXnA2mblRBw6wyX61ZwLZ5xiZzTOY4/5Rop0wY9a6S6ObnOX9sNQ3zHbXyeMcaFG8+m11vS/n40k+5KUiovakAAS1jGM5WejBlTNncFPkMkuwdNC/TEBnJQ9YDOhkqwVHiBZVXjTY+qPogegJbewGG5JUFEZq0r4bnKmXqyBrTU/I2NZwIDAQAB",
  "manifest_version": 2,
  "name": "Digi Ads JD Extractor",
  "options_page": "html/option.html",
  "permissions": [
    "storage",
    "notifications",
    "*://mydigitalads.in/*",
    "downloads",
    "browsingData"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.0"
}