FPS Extension

FPS МЕРИЛКА

What is FPS Extension?

FPS Extension is a Chrome extension developed by bad4iz, and its main feature is "FPS МЕРИЛКА".

Extension Screenshots

screenshot

Download FPS Extension Extension CRX File

Download FPS Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Небольшое расширение для мерилки фпс страницы                    

Extension Basic Information

Name FPS Extension FPS Extension
ID kkmhjpgionbooojdecaomcckojnjbbmi
Official URL https://chromewebstore.google.com/detail/fps-extension/kkmhjpgionbooojdecaomcckojnjbbmi
Description FPS МЕРИЛКА
File Size 9.23 KB
Installation Count 280
Current Version 0.5
Last Updated 2017-09-01
Publish Date 2017-09-01
Rating 2.67/5 Total 6 Ratings
Developer bad4iz
Email [email protected]
Payment Type free
Extension Website https://github.com/bad4iz/chrome-extension-fps
Help Page URL https://github.com/bad4iz/chrome-extension-fps
Privacy Policy Page URL https://github.com/bad4iz/theme-developer-tools
Supported Languages 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"
        ]
    }
}