Examine source code of 9gag Game of Thrones Filter

Inspect and view changes in 9gag Game of Thrones Filter 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
{
  "manifest_version": 2,
  "name": "9gag Game of Thrones Filter",
  "version": "1.0",
  "description": "Paitorocxon's 9gag GOT Filter",
  "icons": {
    "48": "icons/rocxontool-48.png"
  },
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/rocxontool-48.png",
    "default_title": "9gag Game of Thrones Filter",
    "default_popup": "menu/menu.html"
  }
}