Youtube Likes / Views
Simple youtubeLikes / Views ratio ( percentage )
Wat is Youtube Likes / Views?
Youtube Likes / Views is een Chrome-extensie ontwikkeld door cosmin.serboteiu, en de belangrijkste functie is "Simple youtubeLikes / Views ratio ( percentage )".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Likes / Views
Download Youtube Likes / Views-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple extension that will display the ratio of likes / views as a percentage. This is quite useful in the current context in which there is no dislike counter.
Basisinformatie over de Extensie
Naam | Youtube Likes / Views |
ID | hpllifddocjegddmfhpknnncbciekpfe |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-likes-views/hpllifddocjegddmfhpknnncbciekpfe |
Beschrijving | Simple youtubeLikes / Views ratio ( percentage ) |
Bestandsgrootte | 10.56 KB |
Aantal Installaties | 99 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2021-11-23 |
Publicatiedatum | 2021-11-23 |
Beoordeling | 4.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | cosmin.serboteiu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Likes \/ Views", "description": "Simple youtubeLikes \/ Views ratio ( percentage )", "version": "0.2", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/watch*" ], "js": [ "content-script.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ] } |