Youtube™ Actual Top Comments

Youtube™ Actual Top Comments

Sort YouTube™ comments by most liked and search all comments

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Youtube™ Actual Top Comments",
  "version": "1.3",
  "manifest_version": 2,
  "description": "Sort YouTube™ comments by most liked and search all comments",
  "homepage_url": "https://chrome.google.com/webstore/detail/youtube-actual-top-commen/hbdmelobmfcompinikjdaiphhonbgfpn",
  "icons": {
    "16": "icons/16_yatc_ua.png",
    "48": "icons/48_yatc_ua.png",
    "128": "icons/128_yatc2.png"
  },
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_title": "Youtube™ Actual Top Comments",
    "default_popup": "src/page_action/page_action.html"
  },
  "permissions": [
    "declarativeContent",
    "activeTab"
  ],
  "commands": {
    "_execute_page_action": {
      "suggested_key": {
        "default": "Alt+C"
      }
    }
  }
}