DISlike-appeared
For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…
Co je DISlike-appeared?
DISlike-appeared je rozšíření Chrome vyvinuté Denis P, a jeho hlavní funkcí je „For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DISlike-appeared
Stáhněte si soubory rozšíření DISlike-appeared 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í
For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this browser extension is here to show you hidden youtube dislikes. It is completely free and does not require additional installations!
Základní Informace o Rozšíření
Název | DISlike-appeared |
ID | icgkalfcngaljmakggdblfaldghodbbe |
Oficiální URL | https://chromewebstore.google.com/detail/dislike-appeared/icgkalfcngaljmakggdblfaldghodbbe |
Popis | For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this… |
Velikost souboru | 53.21 KB |
Počet instalací | 10 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2022-04-18 |
Datum Vydání | 2022-04-18 |
Hodnocení | 4.84/5 Celkem 25 Hodnocení |
Vývojář | Denis P |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://sites.google.com/view/termsandconditionsandprivacypo |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DISlike-appeared", "version": "0.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\/*" ] } ] } |