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…
Cos'è DISlike-appeared?
DISlike-appeared è un'estensione di Chrome sviluppata da Denis P, e la sua funzione principale è "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…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DISlike-appeared
Scarica i file di estensione DISlike-appeared in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | DISlike-appeared |
ID | icgkalfcngaljmakggdblfaldghodbbe |
URL Ufficiale | https://chromewebstore.google.com/detail/dislike-appeared/icgkalfcngaljmakggdblfaldghodbbe |
Descrizione | 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… |
Dimensione del File | 53.21 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-04-18 |
Data di Pubblicazione | 2022-04-18 |
Valutazione | 4.84/5 Totale 25 Valutazioni |
Sviluppatore | Denis P |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/termsandconditionsandprivacypo |
Lingue Supportate | 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\/*" ] } ] } |