Gaming News Feed

News about gaming from around the web. A gamer's must!

What is Gaming News Feed?

Gaming News Feed is a Chrome extension developed by Mania Tech Ltd, and its main feature is "News about gaming from around the web. A gamer's must!".

Extension Screenshots

screenshot
screenshot

Download Gaming News Feed Extension CRX File

Download Gaming News Feed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Gaming News Feed provides you with a one click gaming search and browsing experience in your new tab.

By clicking "Add to chrome", I accept and agree to install Gaming News Feed extension, after reading the terms below.

Important Notice! This extension will set your New Tab Search to Yahoo Search. 
For more information follow the links below:

About - https://www.bethegamepro.com
Contact - https://www.bethegamepro.com/contact
EULA - https://www.bethegamepro.com/eula
Privacy - https://www.bethegamepro.com/privacy
Uninstall - https://www.bethegamepro.com/uninstall                    

Extension Basic Information

Name Gaming News Feed Gaming News Feed
ID ceoklobbifjnkgdfbkoleichjffhbnfd
Official URL https://chromewebstore.google.com/detail/gaming-news-feed/ceoklobbifjnkgdfbkoleichjffhbnfd
Description News about gaming from around the web. A gamer's must!
File Size 18.12 KB
Installation Count 334
Current Version 1.4.5
Last Updated 2022-04-01
Publish Date 2021-04-07
Developer Mania Tech Ltd
Email [email protected]
Payment Type free
Extension Website https://www.bethegamepro.com/
Privacy Policy Page URL https://www.bethegamepro.com/privacy
Supported Languages en-US
manifest.json
{
    "manifest_version": 3,
    "name": "Gaming News Feed",
    "version": "1.4.5",
    "description": "News about gaming from around the web. A gamer's must!",
    "author": "Mania Tech Ltd",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/bethegamepro.com\/",
    "options_page": "settings.html",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "96": "assets\/icons\/96x96.png",
        "128": "assets\/icons\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/16x16.png"
        },
        "default_title": "Gaming News Feed"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.bethegamepro.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    }
}