Sports Social Feed

This extension makes your web browsing much easier and comfortable by helping you simply read sports social feeds in your city.

Sports Social Feed là gì?

Sports Social Feed là một tiện ích mở rộng Chrome được phát triển bởi crownskyllc, và tính năng chính của nó là "This extension makes your web browsing much easier and comfortable by helping you simply read sports social feeds in your city.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sports Social Feed

Tải xuống các tệp mở rộng Sports Social Feed 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

                        By clicking “ADD TO CHROME”, you accept and agree to install the Sports Social Feeds Chrome Extension, set the Chrome™ New Tab search to Yahoo, and to the Terms of Use, and Privacy Policy.  

The extension requests the following permission:
- Can read and change your data on sites: 
http://sports-newz.com/
  
Terms of Use:  http://sports-newz.com/pages/terms-of-use.html
Privacy Policy:  https://sports-newz.com/pages/privacy-policy.html
About us: https://sports-newz.com/pages/about-us.html
Contact us: https://sports-newz.com/pages/contact.html

Get the latest sports social feed and updates right at your homepage!
Enjoy an easy-to-use sports-oriented homepage that keeps you connected and up to date with access to top sports social feeds from all over the world right from your browser homepage.
Stay up to date with sports news while enjoying a rich search experience and social networks shortcuts. 
For easy access, we recommend pinning the extension to your browser toolbar.
 
You may uninstall the extension at any time.
To remove our extension from Google Chrome:

1) Click on the three vertical dots icon in the upper right-hand corner of your Chrome browser.
2) Go to "Settings.”
3) In the left menu that appears, click on "Extensions.”
4) From the list of installed Extensions, locate the extension you would like to uninstall.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sports Social Feed Sports Social Feed
ID ekdeikfpcgmiejhmjmkjjmhkgnokhogk
URL Chính Thức https://chromewebstore.google.com/detail/sports-social-feed/ekdeikfpcgmiejhmjmkjjmhkgnokhogk
Mô tả This extension makes your web browsing much easier and comfortable by helping you simply read sports social feeds in your city.
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 29,017
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-06-02
Ngày Phát Hành 2022-04-08
Nhà Phát Triển crownskyllc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://sports-newz.com/
URL Trang Trợ Giúp http://sports-newz.com/pages/contact.html
URL Trang Chính Sách Bảo Mật https://crownsky.link/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Sports Social Feed Extension"
    },
    "description": "This extension makes your web browsing much easier and comfortable by helping you simply read sports social feeds in your city.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Sports Social Feed",
    "version": "1.2",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.sports-newz.com\/*"
    ]
}