Remove Comments from GeeksforGeeks code Firefox

Examine source code of Remove Comments from GeeksforGeeks code

Inspect and view changes in Remove Comments from GeeksforGeeks code source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Remove Comments from GFG code",
  "version": "1.0",
  "description": "Remove comments from GFG code when you copy it",
  "content_scripts": [
    {
      "matches": [
        "https://www.geeksforgeeks.org/*"
      ],
      "js": [
        "script.js"
      ],
      "css": [
        "removeComments.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "removeComments.js"
  ],
  "icons": {
    "16": "icons/chat 32x32.png",
    "32": "icons/chat 32x32.png",
    "128": "icons/chat 32x32.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{993d7bc1-3665-4014-aaac-d2818357559f}"
    }
  }
}

Melhores alternativas Remove Comments from GeeksforGeeks code

Aqui estão algumas Firefox add-ons que são similares a Remove Comments from GeeksforGeeks code: