YouTube Expose
Spot fake views on YouTube videos.
O que é YouTube Expose?
YouTube Expose é uma extensão do Chrome desenvolvida por https://www.gratify.chat, e sua principal característica é "Spot fake views on YouTube videos.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Expose
Baixe arquivos de extensão YouTube Expose no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension calculates the percentage of users who engaged (liked/disliked) the video and displays that ratio next to 'views' on YouTube. This data can be helpful in determining whether or not a video has fake likes/plays, because 'bought' videos tend to have different engagement ratios than genuine videos. YouTube Expose provides visibility into this metric.
Informações Básicas da Extensão
Nome | YouTube Expose |
ID | ffjfaifbooopahgkakljlahlbgoldnhh |
URL Oficial | https://chromewebstore.google.com/detail/youtube-expose/ffjfaifbooopahgkakljlahlbgoldnhh |
Descrição | Spot fake views on YouTube videos. |
Tamanho do Arquivo | 31.57 KB |
Contagem de Instalações | 469 |
Versão Atual | 0.9.5 |
Última Atualização | 2016-10-19 |
Data de Publicação | 2016-10-19 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | https://www.gratify.chat |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Expose", "description": "Spot fake views on YouTube videos.", "version": "0.9.5", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "index.js" ] } ] } |