GetSentiments

GetSentiments

GetSentiment is a sentiment analysis web app which helps users to get the ability to decide whether to watch a YouTube video or not.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GetSentiments",
  "description": "GetSentiment is a sentiment analysis web app which helps users to get the ability to decide whether to watch a YouTube video or not.",
  "version": "1.9.2",
  "manifest_version": 3,
  "icons": {
    "16": "emotion-16px.png",
    "32": "emotion-32px.png",
    "64": "emotion-64px.png",
    "128": "emotion-128px.png",
    "256": "emotion-256px.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "emotion-128px.png"
  },
  "permissions": [
    "tabs"
  ]
}