No authentication in popular website

No authentication in popular website

Add-on makes it possible to visit pornhub without authentication via VK

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "No authentication in popular website",
  "version": "1.3resigned1",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "Add-on makes it possible to visit pornhub without authentication via VK",
  "homepage_url": "https://github.com/andreyvpng/no-authentication-in-popular-website",
  "content_scripts": [
    {
      "matches": [
        "*://*.pornhub.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7cf2192f-86db-4dee-9b10-e552e2dc4ae0}"
    }
  }
}