Apollon FC
Official Apollon FC new tab extension brings the latest news, highlights, interviews, images and exclusive content on your browser.
What is Apollon FC?
Apollon FC is a Chrome extension developed by brandTURBO, and its main feature is "Official Apollon FC new tab extension brings the latest news, highlights, interviews, images and exclusive content on your browser.".
Extension Screenshots
Download Apollon FC Extension CRX File
Download Apollon FC 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
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.
Extension Basic Information
Name | |
ID | odiadpibicgdkhnnmiegiaiiilifgfjg |
Official URL | https://chromewebstore.google.com/detail/apollon-fc/odiadpibicgdkhnnmiegiaiiilifgfjg |
Description | Official Apollon FC new tab extension brings the latest news, highlights, interviews, images and exclusive content on your browser. |
File Size | 2.6 MB |
Installation Count | 271 |
Current Version | 3.2.1 |
Last Updated | 2022-11-21 |
Publish Date | 2021-03-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | brandTURBO |
[email protected] | |
Payment Type | free |
Extension Website | https://www.apollon.com.cy/ |
Help Page URL | https://www.apollon.com.cy/ |
Privacy Policy Page URL | https://www.brandturbo.vip/privacy |
Supported Languages | 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\/*" ] } } |