CSDN Copyer

CSDN Copyer

just copy code without login.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "cvenginner",
  "description": "just copy code without login.",
  "icons": {
    "48": "icons/logo.png"
  },
  "manifest_version": 3,
  "name": "CSDN Copyer",
  "version": "1.0.3",
  "permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://blog.csdn.net/*"
      ],
      "js": [
        "jquery-1.9.1.min.js",
        "page-eater.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}