Apollon FC

Official Apollon FC new tab extension brings the latest news, highlights, interviews, images and exclusive content on your browser.

Hvad er Apollon FC?

Apollon FC er en Chrome-udvidelse udviklet af brandTURBO, og dens hovedfunktion er "Official Apollon FC new tab extension brings the latest news, highlights, interviews, images and exclusive content on your browser.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Apollon FC-udvidelses-CRX-fil

Download Apollon FC-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

                        Customise your browser with your favorite Apollon FC wallpapers, select your favourite search engine and arrange your favourite websites. Support Apollon FC and gain access to all the latest developments on every new tab. Install the extension now and stay connected with your favourite club!

This is a white label enterprise extension for Apollon FC.                    

Grundlæggende oplysninger om udvidelsen

Navn Apollon FC Apollon FC
ID odiadpibicgdkhnnmiegiaiiilifgfjg
Officiel URL https://chromewebstore.google.com/detail/apollon-fc/odiadpibicgdkhnnmiegiaiiilifgfjg
Beskrivelse Official Apollon FC new tab extension brings the latest news, highlights, interviews, images and exclusive content on your browser.
Filstørrelse 2.6 MB
Antal Installationer 271
Nuværende Version 3.2.1
Senest Opdateret 2022-11-21
Udgivelsesdato 2021-03-12
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler brandTURBO
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.apollon.com.cy/
Hjælpeside-URL https://www.apollon.com.cy/
URL til Fortrolighedspolitik Side https://www.brandturbo.vip/privacy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Apollon FC",
    "version": "3.2.1",
    "description": "Official Apollon FC new tab extension brings the latest news, highlights, interviews, images and exclusive content on your browser.",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "topSites"
    ],
    "optional_permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.apollon.com.cy\/*"
        ]
    }
}