德福考试报名助手

德福考试报名助手

Guten tag.德语考试报名时,能够自动完成答卷(免费),自动遵守条款(免费),自动填写注册信息(付费功能,联系QQ: 820086734 )

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "德福考试报名助手",
  "version": "1.1",
  "description": "Guten tag.德语考试报名时,能够自动完成答卷(免费),自动遵守条款(免费),自动填写注册信息(付费功能,联系QQ: 820086734 )",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_icon": "images/48.png",
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://testdaf.etest.edu.cn/*",
        "http://testdaf.etest.net.cn/*"
      ],
      "js": [
        "js/daf.js"
      ]
    }
  ]
}