Dislike YouTube 2021
Bringing back the dislike button on YouTube
What is Dislike YouTube 2021?
Dislike YouTube 2021 is a Chrome extension developed by Cristi, and its main feature is "Bringing back the dislike button on YouTube".
Extension Screenshots
Download Dislike YouTube 2021 Extension CRX File
Download Dislike YouTube 2021 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Bringing back the dislike button on YouTube
Extension Basic Information
Name | Dislike YouTube 2021 |
ID | bbnoenijmedeeiknnjfjafdmhhocinjd |
Official URL | https://chromewebstore.google.com/detail/dislike-youtube-2021/bbnoenijmedeeiknnjfjafdmhhocinjd |
Description | Bringing back the dislike button on YouTube |
File Size | 59.41 KB |
Installation Count | 39 |
Current Version | 1.0.0 |
Last Updated | 2021-12-04 |
Publish Date | 2021-12-01 |
Rating | 3.50/5 Total 8 Ratings |
Developer | Cristi |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dislike YouTube 2021", "version": "1.0.0", "minimum_chrome_version": "88", "icons": { "48": "thumbs48.png", "128": "thumbs128.png" }, "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?v=*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "insert.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ] } |