DISLIKE I'll be back
An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…
Co je DISLIKE I'll be back?
DISLIKE I'll be back je rozšíření Chrome vyvinuté WG web-products, a jeho hlavní funkcí je „An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DISLIKE I'll be back
Stáhněte si soubory rozšíření DISLIKE I'll be back ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select suitable videos based on dislikes. To do this, just install this extension, and it will restore the number of dissatisfied ratings for the videos. ## # In early November, YouTube underwent a major change. On the video hosting, it was decided to remove the display of the number of dislikes.
Základní Informace o Rozšíření
Název | DISLIKE I'll be back |
ID | jabfapildgnlaeeenmnimphihfdbljno |
Oficiální URL | https://chromewebstore.google.com/detail/dislike-ill-be-back/jabfapildgnlaeeenmnimphihfdbljno |
Popis | An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select… |
Velikost souboru | 52.32 KB |
Počet instalací | 14 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2022-05-06 |
Datum Vydání | 2022-05-05 |
Vývojář | WG web-products |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://pastebin.com/gjmUMkFN |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DISLIKE I'll be back", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "ryd.background.js" }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*" ], "exclude_matches": [ "*:\/\/*.music.youtube.com\/*" ], "js": [ "bundled-content-script.js" ], "css": [ "content-style.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "ryd.script.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ] } |