Nitro Type stats on race page viewer
Easily access info from the Nitro Type stats page on the race page
Vad är Nitro Type stats on race page viewer?
Nitro Type stats on race page viewer är en Chrome-tillägg utvecklad av Ginfio, och dess huvudfunktion är "Easily access info from the Nitro Type stats page on the race page".
Tilläggsskärmbilder
Ladda ner Nitro Type stats on race page viewer-förlängningens CRX-fil
Ladda ner Nitro Type stats on race page viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Easily access the stats (such as session race, average speed, etc) on the race page. -- Requested by Nate Dogg Click on the extension's icon to select and unselect the items that you don't want to be viewed on the race page. Then click update.
Grundläggande Information om Tillägg
Namn | Nitro Type stats on race page viewer |
ID | blimgkgjfghpffcafichipghelgmkfdj |
Officiell webbadress | https://chromewebstore.google.com/detail/nitro-type-stats-on-race/blimgkgjfghpffcafichipghelgmkfdj |
Beskrivning | Easily access info from the Nitro Type stats page on the race page |
Filstorlek | 16.07 KB |
Antal Installationer | 1,472 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2021-11-18 |
Publiceringsdatum | 2021-11-04 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Ginfio |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nitro Type stats on race page viewer", "description": "Easily access info from the Nitro Type stats page on the race page", "version": "1.2", "manifest_version": 2, "icons": { "16": "forstats16.png", "48": "forstats48.png", "128": "forstats128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.nitrotype.com\/*" ], "js": [ "content.js", "popup.js" ], "css": [ "fix.css" ] } ], "permissions": [ "tabs" ], "browser_action": { "default_popup": "popup.html", "default_title": "Nitro Type cars cursor" } } |