GPToAppAnnie

GPToAppAnnie

add a button on GooglePlay App detail page which help users to jump to Appannie

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GPToAppAnnie",
  "version": "1.2",
  "description": "add a button on GooglePlay App detail page which help users to jump to Appannie",
  "content_scripts": [
    {
      "matches": [
        "*://play.google.com/store/apps/details?*"
      ],
      "js": [
        "jquery-3.2.1.min.js",
        "GP.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "*://play.google.com/store/apps/*"
  ],
  "manifest_version": 2
}