Faceit elo statistics
Shows a notification when the user clicks on links.
Wat is Faceit elo statistics?
Faceit elo statistics is een Chrome-extensie ontwikkeld door iliyazelenkog, en de belangrijkste functie is "Shows a notification when the user clicks on links.".
Extensie Screenshots
Download het CRX-bestand van de extensie Faceit elo statistics
Download Faceit elo statistics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple extension that allows you to view your or any player's statistics .
Basisinformatie over de Extensie
Naam | Faceit elo statistics |
ID | pbcjdjdkfffipjalaneimnjnogbajden |
Officiële URL | https://chromewebstore.google.com/detail/faceit-elo-statistics/pbcjdjdkfffipjalaneimnjnogbajden |
Beschrijving | Shows a notification when the user clicks on links. |
Bestandsgrootte | 267 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-03-20 |
Publicatiedatum | 2018-11-22 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | iliyazelenkog |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/iliyaZelenko/browser-extension-faceit-csgo |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.0.1", "manifest_version": 3, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "browser_style": true, "default_title": "browser-extension", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options\/options.html" }, "permissions": [ "notifications" ], "host_permissions": [ "https:\/\/open.faceit.com\/" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens popup" } } } |