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…
¿Qué es DISlike-appeared?
DISlike-appeared es una extensión de Chrome desarrollada por Denis P, y su función principal es "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…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión DISlike-appeared
Descarga archivos de extensión DISlike-appeared en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | DISlike-appeared |
ID | icgkalfcngaljmakggdblfaldghodbbe |
URL Oficial | https://chromewebstore.google.com/detail/dislike-appeared/icgkalfcngaljmakggdblfaldghodbbe |
Descripción | 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… |
Tamaño del Archivo | 53.21 KB |
Cantidad de Instalaciones | 10 |
Versión Actual | 0.0.1 |
Última Actualización | 2022-04-18 |
Fecha de Publicación | 2022-04-18 |
Calificación | 4.84/5 Total de 25 Calificaciones |
Desarrollador | Denis P |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://sites.google.com/view/termsandconditionsandprivacypo |
Idiomas Soportados | 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\/*" ] } ] } |