Your Pixiv History

Your Pixiv History

Shows the history of your recently viewed Pixiv images without a premium subscription.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Your Pixiv History",
  "version": "1.1",
  "description": "Shows recent history of your Pixiv images without a premium subscription.",
  "icons": {
    "48": "icons/48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.pixiv.net/history.php"
      ],
      "js": [
        "unlock.js"
      ]
    }
  ]
}