YouTube Expose
Spot fake views on YouTube videos.
Cos'è YouTube Expose?
YouTube Expose è un'estensione di Chrome sviluppata da https://www.gratify.chat, e la sua funzione principale è "Spot fake views on YouTube videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Expose
Scarica i file di estensione YouTube Expose in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ffjfaifbooopahgkakljlahlbgoldnhh |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-expose/ffjfaifbooopahgkakljlahlbgoldnhh |
| Descrizione | Spot fake views on YouTube videos. |
| Dimensione del File | 31.57 KB |
| Conteggio Installazioni | 469 |
| Versione Corrente | 0.9.5 |
| Ultimo Aggiornamento | 2016-10-19 |
| Data di Pubblicazione | 2016-10-19 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | https://www.gratify.chat |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |