FanSided News
News reader companion for FanSided Network
FanSided News là gì?
FanSided News là một tiện ích mở rộng Chrome được phát triển bởi https://fansided.com, và tính năng chính của nó là "News reader companion for FanSided Network".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FanSided News
Tải xuống các tệp mở rộng FanSided News dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
FanSided News Chrome Extension provides a custom newsfeed stocked with content on your all of your favorite teams and fandoms. It's the latest development of a user-friendly multi-platform initiative featuring FanSided Daily and FanSided's suite of mobile apps for iOS and Android devices. Build your custom content stream by picking your favorite sports teams, TV shows, movie franchises, entertainers and more with FanSided's easy-to-use personalization selector. Get news and analysis on your favorites sent directly to you in a newsfeed right in your Chrome browser, and stay up to date by turning on desktop notifications.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FanSided News |
ID | hniomffglcknlkjfhgelajihlafjnfpc |
URL Chính Thức | https://chromewebstore.google.com/detail/fansided-news/hniomffglcknlkjfhgelajihlafjnfpc |
Mô tả | News reader companion for FanSided Network |
Kích Thước Tệp | 862 KB |
Số Lần Cài Đặt | 277 |
Phiên Bản Hiện Tại | 1.58 |
Cập Nhật Lần Cuối | 2017-11-17 |
Ngày Phát Hành | 2017-11-17 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://fansided.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://fansided.com/browser-extension-support/ |
URL Trang Chính Sách Bảo Mật | http://fansided.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "55", "name": "FanSided News", "description": "News reader companion for FanSided Network", "version": "1.58", "icons": { "38": "images\/logo38.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "browser_action": { "default_title": "FanSided News", "default_icon": { "38": "images\/logo38b.png" } }, "background": { "scripts": [ "js\/md5.min.js", "globals.js", "ga.js", "background.js" ] }, "content_scripts": [ { "css": [ "sidebar.css" ], "js": [ "js\/jquery.min.js", "globals.js", "sidebar.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self' https:\/\/cdn.fansided.com", "web_accessible_resources": [ "index.html" ], "permissions": [ "tabs", "activeTab", "storage", "notifications" ] } |