Youtube views to likes
Percentage of views to likes in youtube
Vad är Youtube views to likes?
Youtube views to likes är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Percentage of views to likes in youtube".
Tilläggsskärmbilder
Ladda ner Youtube views to likes-förlängningens CRX-fil
Ladda ner Youtube views to likes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extensions will add to the side of the Like Count, a percentage of how many likes the video have per views in percentage. Grundläggande Information om Tillägg
| Namn | |
| ID | mpeeomopiogbgfgboeclndgdacciclmo |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-views-to-likes/mpeeomopiogbgfgboeclndgdacciclmo |
| Beskrivning | Percentage of views to likes in youtube |
| Filstorlek | 3.96 KB |
| Antal Installationer | 11 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2021-11-24 |
| Publiceringsdatum | 2021-11-13 |
| Betyg | 2.00/5 Totalt 4 Betyg |
| Utvecklare | Unknown |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"vtl.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_idle"
}
],
"name": "Youtube views to likes",
"description": "Percentage of views to likes in youtube",
"version": "1.1",
"manifest_version": 3
} | |