Examine source code of I don't care about your likes

Inspect and view changes in I don't care about your likes source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "I don't care about your likes",
  "description": "Read social media without paying attention to the addictive aspect of it",
  "version": "0.1.7resigned1",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "miltonlaufer@gmail.com",
      "strict_min_version": "42.0"
    }
  },
  "options_page": "options.html",
  "browser_action": {
    "default_title": "options for «I don't care about your likes»",
    "default_popup": "options.html",
    "page": "options.html",
    "default_icon": "icon16.png",
    "browser_style": true
  },
  "author": "@onwhatthereis",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "http://*.facebook.com/*",
        "https://*.facebook.com/*"
      ],
      "js": [
        "myscript_idontcare.js"
      ]
    }
  ]
}