Renamenath

Renamenath

Reverses all renames done by Ajay Mohan Bisht

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Renamenath",
  "author": "Ajay Mohan Bisht",
  "description": "Reverses all renames done by Ajay Mohan Bisht",
  "version": "1.6.1",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "browser-polyfill.js"
    ],
    "persistent": true
  },
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "icons": {
    "64": "images/guard-64.png",
    "128": "images/guard-128.png",
    "256": "images/guard-256.png",
    "512": "images/guard-512.png"
  }
}