公投實現加速器

公投實現加速器

公投的結果是全民共識,也是中國台北國的民主象徵。

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "公投實現加速器",
  "description": "公投的結果是全民共識,也是中國台北國的民主象徵。",
  "version": "1.0.0",
  "icons": {
    "16": "vote.png",
    "48": "vote.png",
    "128": "vote.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}