FanSided News
News reader companion for FanSided Network
什麼是FanSided News?
FanSided News是由https://fansided.com開發的Chrome擴展程式,該擴展的主要功能是“News reader companion for FanSided Network”。
擴展截圖
下載FanSided News擴展crx文件
下載FanSided News擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | FanSided News |
ID | hniomffglcknlkjfhgelajihlafjnfpc |
官方網址 | https://chromewebstore.google.com/detail/fansided-news/hniomffglcknlkjfhgelajihlafjnfpc |
簡介 | News reader companion for FanSided Network |
檔案大小 | 862 KB |
安裝次數 | 277 |
目前版本 | 1.58 |
更新時間 | 2017-11-17 |
上架時間 | 2017-11-17 |
評分 | 4.33/5 共 6 次評分 |
開發者 | https://fansided.com |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | http://fansided.com/browser-extension-support/ |
隱私政策頁面URL | http://fansided.com/privacy-policy |
支援的語言 | 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" ] } |