Project Conquerors & Vous
Etat de PCSTV1 & PCSTV2, Youtube, liste des annonces, articles et tournois.
Cos'è Project Conquerors & Vous?
Project Conquerors & Vous è un'estensione di Chrome sviluppata da https://conquerorscup.com, e la sua funzione principale è "Etat de PCSTV1 & PCSTV2, Youtube, liste des annonces, articles et tournois.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Project Conquerors & Vous
Scarica i file di estensione Project Conquerors & Vous in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
L'extension permet de :
- Connaître le statut des chaines PCS TV (https://www.twitch.tv/projectconquerorstv1 & https://www.twitch.tv/projectconquerorstv2) ;
- Voir les n dernières vidéos de la chaine Youtube PCS TV (https://www.youtube.com/channel/UC60ETcAo-jnh6sWGEfEOskg) ;
- Recevoir des annonces de l'association ;
- Lister nos n derniers articles publiés (https://www.project-conquerors.com) ;
- Répertorier les n tournois à venir ;
- Consulter le podium de la Ligue PCS.
Elle permet également d'avoir un accès rapide à tous les liens importants (ex : les réseaux sociaux Facebook/Twitter, teamspeak, discord, sites web, ...).
Un système de notifications est mis en place pour connaître les nouveautés de chaque partie. Informazioni di Base sull'Estensione
| Nome | |
| ID | iaiocnohmlmpebgminjbfadfaalfbbai |
| URL Ufficiale | https://chromewebstore.google.com/detail/project-conquerors-vous/iaiocnohmlmpebgminjbfadfaalfbbai |
| Descrizione | Etat de PCSTV1 & PCSTV2, Youtube, liste des annonces, articles et tournois. |
| Dimensione del File | 4.66 MB |
| Conteggio Installazioni | 108 |
| Versione Corrente | 3.3.3 |
| Ultimo Aggiornamento | 2021-08-10 |
| Data di Pubblicazione | 2020-03-31 |
| Valutazione | 5.00/5 Totale 13 Valutazioni |
| Sviluppatore | https://conquerorscup.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.project-conquerors.com |
| URL della Pagina di Aiuto | https://www.project-conquerors.com/2019/03/17/chrome-extension/ |
| Lingue Supportate | fr |
| manifest.json | |
{
"name": "Project Conquerors & Vous",
"short_name": "PCS",
"version": "3.3.3",
"description": "Etat de PCSTV1 & PCSTV2, Youtube, liste des annonces, articles et tournois.",
"author": "Belias, Kiwi, HaXGamiG",
"background": {
"page": "popup.v2.html"
},
"browser_action": {
"default_icon": "assets\/img\/icon-128.png",
"default_title": "Project Conquerors",
"default_popup": "popup.v2.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.instant-gaming.com\/*",
"https:\/\/*.gamesplanet.com\/*",
"https:\/\/*.ldlc.com\/*"
],
"js": [
"assets\/js\/jquery-3.3.1.min.js",
"assets\/js\/contentscript.js"
]
}
],
"homepage_url": "https:\/\/www.project-conquerors.com\/",
"options_page": "options.html",
"permissions": [
"notifications",
"background",
"storage",
"https:\/\/my.project-conquerors.com\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.instant-gaming.com\/*",
"https:\/\/*.gamesplanet.com\/*",
"https:\/\/*.ldlc.com\/*"
],
"icons": {
"128": "assets\/img\/icon-128.png",
"16": "assets\/img\/icon-16.png",
"32": "assets\/img\/icon-32.png",
"48": "assets\/img\/icon-48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg4qA1RN\/9UoTmOklIEctPSY6xP+DWeC1tgM6KDCvtL7T3mEJT2V5cs2t1iwv+CBqtUYKtpEfQnQXXT\/Q4xAtLSVRWSBWoUzf0jMk8uNM2GIZwFhz0Wexme4o1TIYTTQZjblcrwytZTZRPj4FVX8b\/5+7o9CZXoMlx+uHO4bRjYLD5fBJgl70ZpyApmcd\/rkKlq3iXaiHH3AOKq7b1AIprgkp4b4CcnzQQbN9HI7cj9eiupCBe1oDFobtQe7repfN2IICy2lRFewmAKkq4Gma9AQJCspLHkjp1+UeL7wxOJC\/j5a4krqLGgAcH\/eZsripCH2Iz+6t8GTWRQb5hpjloQIDAQAB",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
"assets\/img\/pcs-black.png"
],
"manifest_version": 2
} | |