Replace Nebot plugin with Return YouTube Dislike
Removed the Nebot chat plugin and its files, and added the Return YouTube Dislike plugin with main process logic, renderer preload, and manifest. Updated plugin manager and main process to support internal plugin pages and improved plugin event handling. Minor updates to renderer and documentation.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "return-youtube-dislike",
|
||||
"name": "Return YouTube Dislike",
|
||||
"version": "0.1.0",
|
||||
"description": "Shows estimated dislike counts on YouTube using the Return YouTube Dislike API.",
|
||||
"main": "main.js",
|
||||
"categories": [
|
||||
"Media",
|
||||
"Utilities"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nebula Team"
|
||||
}
|
||||
],
|
||||
"enabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user