Like History

Like History

A chrome extension showing like history graph of current HuggingFace project

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Like History",
  "description": "A chrome extension showing like history graph of current HuggingFace project",
  "homepage_url": "https://like-history.ai",
  "author": "timqian",
  "version": "2.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "./popup.html"
  },
  "host_permissions": [
    "https://huggingface.co/"
  ],
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "activeTab"
  ]
}