Gaming News Feed

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

Hvad er Gaming News Feed?

Gaming News Feed er en Chrome-udvidelse udviklet af Mania Tech Ltd, og dens hovedfunktion er "News about gaming from around the web. A gamer's must!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Gaming News Feed-udvidelses-CRX-fil

Download Gaming News Feed-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Gaming News Feed Gaming News Feed
ID ceoklobbifjnkgdfbkoleichjffhbnfd
Officiel URL https://chromewebstore.google.com/detail/gaming-news-feed/ceoklobbifjnkgdfbkoleichjffhbnfd
Beskrivelse News about gaming from around the web. A gamer's must!
Filstørrelse 18.12 KB
Antal Installationer 334
Nuværende Version 1.4.5
Senest Opdateret 2022-04-01
Udgivelsesdato 2021-04-07
Udvikler Mania Tech Ltd
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.bethegamepro.com/
URL til Fortrolighedspolitik Side https://www.bethegamepro.com/privacy
Understøttede Sprog 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"
    }
}