Return Youtube Dislike Count
Returns the ability to see dislikes on the YouTube service
Cos'è Return Youtube Dislike Count?
Return Youtube Dislike Count è un'estensione di Chrome sviluppata da hank.ventura.1958, e la sua funzione principale è "Returns the ability to see dislikes on the YouTube service".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Return Youtube Dislike Count
Scarica i file di estensione Return Youtube Dislike Count 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
Returns the ability to see dislikes on the YouTube service
Informazioni di Base sull'Estensione
Nome | Return Youtube Dislike Count |
ID | ffclgifakkkclleojomcjngkedfmhjfl |
URL Ufficiale | https://chromewebstore.google.com/detail/return-youtube-dislike-co/ffclgifakkkclleojomcjngkedfmhjfl |
Descrizione | Returns the ability to see dislikes on the YouTube service |
Dimensione del File | 47.12 KB |
Conteggio Installazioni | 389 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2022-12-13 |
Data di Pubblicazione | 2022-12-12 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | hank.ventura.1958 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | de,en,fr,tr,es,it,pt-BR,cs,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "content.css" ], "exclude_matches": [ "*:\/\/*.music.youtube.com\/*" ], "js": [ "content.js" ], "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*" ] } ], "default_locale": "en", "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "icons\/diz128.png", "48": "icons\/diz48.png" }, "manifest_version": 3, "name": "__MSG_extensionName__", "permissions": [ "storage" ], "version": "1.0.7", "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "resources": [ "ryd.script.js" ] } ] } |