FPS Extension
FPS МЕРИЛКА
Wat is FPS Extension?
FPS Extension is een Chrome-extensie ontwikkeld door bad4iz, en de belangrijkste functie is "FPS МЕРИЛКА".
Extensie Screenshots
Download het CRX-bestand van de extensie FPS Extension
Download FPS Extension-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
Небольшое расширение для мерилки фпс страницы
Basisinformatie over de Extensie
Naam | FPS Extension |
ID | kkmhjpgionbooojdecaomcckojnjbbmi |
Officiële URL | https://chromewebstore.google.com/detail/fps-extension/kkmhjpgionbooojdecaomcckojnjbbmi |
Beschrijving | FPS МЕРИЛКА |
Bestandsgrootte | 9.23 KB |
Aantal Installaties | 280 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2017-09-01 |
Publicatiedatum | 2017-09-01 |
Beoordeling | 2.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | bad4iz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/bad4iz/chrome-extension-fps |
Help Pagina-URL | https://github.com/bad4iz/chrome-extension-fps |
URL van de Privacybeleid Pagina | https://github.com/bad4iz/theme-developer-tools |
Ondersteunde Talen | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FPS Extension", "description": "FPS \u041c\u0415\u0420\u0418\u041b\u041a\u0410", "version": "0.5", "browser_action": { "default_icon": "fps19.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "background": { "scripts": [ "background.js" ] } } |