Extension for 9GAG - Search and Copy GIFs

This extension helps 9gaggers to search and copy memeful.com GIFs in seconds!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Extension for 9GAG - Search and Copy GIFs",
  "description": "This extension helps 9gaggers to search and copy memeful.com GIFs in seconds!",
  "version": "4.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery-3.2.1.min.js"
    ]
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}