TubeCount
Know how much you love a video by tracking your view count
Wat is TubeCount?
TubeCount is een Chrome-extensie ontwikkeld door Consious Coder, en de belangrijkste functie is "Know how much you love a video by tracking your view count".
Extensie Screenshots
Download het CRX-bestand van de extensie TubeCount
Download TubeCount-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
Minimal extension which count your youtube watch video watch count! What's New? - Fixed count doesn't show up on initial load.
Basisinformatie over de Extensie
Naam | TubeCount |
ID | momlemehnehhcbainhhopndejeickcam |
Officiële URL | https://chromewebstore.google.com/detail/tubecount/momlemehnehhcbainhhopndejeickcam |
Beschrijving | Know how much you love a video by tracking your view count |
Bestandsgrootte | 22.42 KB |
Aantal Installaties | 160 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2021-08-08 |
Publicatiedatum | 2021-07-14 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Consious Coder |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TubeCount", "version": "1.0.2", "manifest_version": 3, "description": "Know how much you love a video by tracking your view count", "icons": { "128": ".\/icons\/128.png", "48": ".\/icons\/48.png", "16": ".\/icons\/16.png" }, "action": { "default_icon": { "128": ".\/icons\/128.png", "48": ".\/icons\/48.png", "16": ".\/icons\/16.png" } }, "content_scripts": [ { "js": [ ".\/js\/content.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ ".\/content.css" ] } ], "background": { "service_worker": "bg-wrapper.js" }, "permissions": [ "storage", "webNavigation" ], "host_permissions": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ] } |