追综饭

追综饭

追综饭是一款浏览器扩展,使用该插件能够添加漫画、小说、视频到插件中收藏,能够导出网站中收藏的小说、漫画、视频到插件中,收藏有更新时能够提醒用户。还能够导出收藏到其他电脑浏览器上恢复数据。 支持的网站 漫画:快看、腾讯动漫、漫画之家、古风漫画、kuku、动漫狂…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/back-dep.js",
      "lib/jquery.min.js",
      "js/constant.js",
      "js/utils.js",
      "js/baseStoreObj.js",
      "js/bg.min.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon/logo16.png",
    "default_popup": "popup.html",
    "default_title": "追综饭"
  },
  "content_scripts": [
    {
      "js": [
        "lib/jquery.min.js",
        "js/constant.js",
        "js/utils.js",
        "js/baseStoreObj.js",
        "js/content.min.js"
      ],
      "css": [
        "css/content.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "images/icon/logo16.png",
    "32": "images/icon/logo32.png",
    "48": "images/icon/logo48.png",
    "64": "images/icon/logo64.png",
    "128": "images/icon/logo128.png"
  },
  "manifest_version": 2,
  "name": "追综饭",
  "options_page": "popup.html",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "notifications",
    "storage",
    "unlimitedStorage"
  ],
  "version": "3.1.0",
  "web_accessible_resources": [
    "remote/*",
    "lib/jquery.min.js",
    "manifest.json",
    "images/*",
    "_locales/*",
    "fonts/*"
  ]
}