Viral Bot
Discover and share viral stories from your new tab page.
什么是Viral Bot?
Viral Bot是由https://hackcircle.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Discover and share viral stories from your new tab page.”。
扩展截图
下载Viral Bot扩展crx文件
下载Viral Bot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | kphkpmkafekgkhihimcjnfhhdpcjoief |
官方URL | https://chromewebstore.google.com/detail/viral-bot/kphkpmkafekgkhihimcjnfhhdpcjoief |
简介 | Discover and share viral stories from your new tab page. |
文件大小 | 545 KB |
安装次数 | 10 |
当前版本 | 1.3.0.3 |
更新时间 | 2016-09-03 |
上架时间 | 2016-09-03 |
评分 | 5.00/5 共3次评分 |
开发者 | https://hackcircle.co.uk |
付费类型 | free |
扩展官网 | http://www.hackcircle.co.uk/ |
支持的语言 | 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" ] } |