Youtube View Count
Records personal view count for YouTube videos and displays it alongside aggregate view count per video.
Vad är Youtube View Count?
Youtube View Count är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Records personal view count for YouTube videos and displays it alongside aggregate view count per video.".
Ladda ner Youtube View Count-förlängningens CRX-fil
Ladda ner Youtube View Count-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
Records personal view count for YouTube videos and displays it alongside aggregate view count per video.
Grundläggande Information om Tillägg
Namn | Youtube View Count |
ID | bjlmlgdemeigjojbpmlndcdbddfijckd |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-view-count/bjlmlgdemeigjojbpmlndcdbddfijckd |
Beskrivning | Records personal view count for YouTube videos and displays it alongside aggregate view count per video. |
Filstorlek | 3.63 KB |
Antal Installationer | 118 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2017-07-23 |
Publiceringsdatum | 2017-07-23 |
Betyg | 3.00/5 Totalt 3 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube View Count", "version": "0.1", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ] } |