Search Ads Keywords Popularity Score Checker

Search Ads Keywords Popularity Score Checker

Get all Apple Search Ads keywords popularity score for AppStore. Estimate a keyword volume based on the priority score.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Search Ads Keywords Popularity Score Checker",
  "version": "1.0.7",
  "description": "Get all Apple Search Ads keywords popularity score for AppStore. Estimate a keyword volume based on the priority score.",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "Apple Search Ads Keywords Popularity AppStore",
    "default_popup": "views/popup.html"
  },
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/jquery.js",
        "scripts/popup.js",
        "scripts/plist.js",
        "scripts/storefronts.js"
      ],
      "matches": [
        "https://search.itunes.apple.com/*"
      ]
    }
  ],
  "author": "Anthony Fernandez",
  "permissions": [
    "storage",
    "https://search.itunes.apple.com/*"
  ]
}