Smart URL Opener

Smart URL Opener

Whether you are doing analysis or data scraping, Smart URL Opener that will not overload your browsers with too many links at once!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smart URL Opener",
  "version": "1.0",
  "description": "Whether you are doing analysis or data scraping, Smart URL Opener that will not overload your browsers with too many links at once!",
  "permissions": [
    "tabs",
    "commands",
    "storage"
  ],
  "manifest_version": 2,
  "icons": {
    "16": "smart-url-opener-icon.png",
    "32": "smart-url-opener-icon.png",
    "48": "smart-url-opener-icon.png",
    "128": "smart-url-opener-icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_security_policy": "script-src 'self' 'sha256-FRoFlGx2+Fhv0tPS9pYdsPweLbLLjRfa4Ap2BYiXk2E='; object-src 'self'"
}