Viral Bot
Discover and share viral stories from your new tab page.
¿Qué es Viral Bot?
Viral Bot es una extensión de Chrome desarrollada por https://hackcircle.co.uk, y su función principal es "Discover and share viral stories from your new tab page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Viral Bot
Descarga archivos de extensión Viral Bot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Viral bot - handpicks the hottest stories and delivers them directly to you. Why this? We all spend a lot of time opening up new tabs everyday, staring at a blank new tab. The extension saves a lot of time from browsing multiple news website by collating all current viral content in one place so you can see a snapshot of what’s hot right now. With this chrome extension, you're one click away from discovering what the rest of the world is talking about and watching from a variety of genres including sports, entertainment, music, technology, fashion, and many more. __Upcoming Features__ * Facebook & Twitter share buttons * Custom Layout settings * More categories * Filter menu * Offline mode
Información Básica de la Extensión
Nombre | |
ID | kphkpmkafekgkhihimcjnfhhdpcjoief |
URL Oficial | https://chromewebstore.google.com/detail/viral-bot/kphkpmkafekgkhihimcjnfhhdpcjoief |
Descripción | Discover and share viral stories from your new tab page. |
Tamaño del Archivo | 545 KB |
Cantidad de Instalaciones | 10 |
Versión Actual | 1.3.0.3 |
Última Actualización | 2016-09-03 |
Fecha de Publicación | 2016-09-03 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://hackcircle.co.uk |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.hackcircle.co.uk/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Viral Bot", "description": "Discover and share viral stories from your new tab page.", "version": "1.3.0.3", "icons": { "128": "images\/icon_128.png", "48": "images\/icon_48.png", "16": "images\/icon_16.png" }, "chrome_url_overrides": { "newtab": "frontpage.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "fonts\/*.*", "css\/font-awesome.min.css", "css\/bootstrap.min.css" ] } |