Circlemarkr

Circlemarkr

G+のユーザーにマークを付けます

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Circlemarkr",
  "version": "5.1.4",
  "description": "G+のユーザーにマークを付けます",
  "homepage_url": "https://plus.google.com/b/112102646198561777507/",
  "options_page": "options.html",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-1.8.3.min.js",
        "config.js",
        "Circlemarkr.js"
      ],
      "matches": [
        "https://plus.google.com/*"
      ],
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "storage",
    "https://plus.google.com/*",
    "https://ssl.google-analytics.com/*",
    "tabs",
    "alarms",
    "webNavigation"
  ],
  "manifest_version": 2
}