FanSided News
News reader companion for FanSided Network
FanSided News क्या है?
FanSided News https://fansided.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "News reader companion for FanSided Network"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FanSided News एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" ] } |