PAOK FC
Official PAOK extension brings the latest news, highlights, interviews, images and exclusive content on your browser.
¿Qué es PAOK FC?
PAOK FC es una extensión de Chrome desarrollada por http://fansearch.net, y su función principal es "Official PAOK extension brings the latest news, highlights, interviews, images and exclusive content on your browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PAOK FC
Descarga archivos de extensión PAOK FC en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Customize your browser, select your favorite search engine and arrange your favorite websites. Support PAOK FC and gain access to all the latest news on every new tab. Enjoy your favorite club in your browser like never, with exclusive, high-quality HD and 4K background images, wallpapers and official videos. Now install the PAOK FC extension on Chrome OS, Mac or Windows and give your Google Chrome or Microsoft Edge browser a personalized look from PAOK FC.
Información Básica de la Extensión
Nombre | |
ID | jalmgdgdfhicaeoodamnkjlajcjolggh |
URL Oficial | https://chrome.google.com/webstore/detail/paok-fc/jalmgdgdfhicaeoodamnkjlajcjolggh |
Descripción | Official PAOK extension brings the latest news, highlights, interviews, images and exclusive content on your browser. |
Tamaño del Archivo | 1.43 MB |
Cantidad de Instalaciones | 3,000 |
Versión Actual | 2.8.1 |
Última Actualización | 2021-01-05 |
Fecha de Publicación | 2021-01-05 |
Calificación | 4.98/5 Total de 60 Calificaciones |
Desarrollador | http://fansearch.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://paokfc.gr |
URL de la Página de Ayuda | https://paokfc.gr |
URL de la Página de Política de Privacidad | https://www.brandturbo.vip/privacy |
Idiomas Soportados | en,el |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "2.8.1", "description": "__MSG_extDescription__", "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": [ "*:\/\/*.paokfc.gr\/*" ] }, "chrome_settings_overrides": { "search_provider": { "name": "Fansearch", "keyword": "fansearch", "encoding": "UTF-8", "is_default": true, "search_url": "https:\/\/www.fansearch.net\/search?rtag=pkfc&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}", "favicon_url": "https:\/\/www.fansearch.net\/favicon.ico", "suggest_url": "https:\/\/www.fansearch.net\/suggest?rtag=pkfc&rsrc=o&q={searchTerms}&fmt=cr" } }, "default_locale": "en" } |