Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Dislike Extension - Return Youtube Dislikes", "version": "1.0", "description": "Brings back the Youtube Dislike Count", "permissions": [ "activeTab" ], "host_permissions": [ "https:\/\/returnyoutubedislikeapi.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/watch?v=*" ], "js": [ "content.js" ] } ] }