CreativeRusBear's FPS extension

FPS extension for Chrome

What is CreativeRusBear's FPS extension?

CreativeRusBear's FPS extension is a Chrome extension developed by CreativeRusBear, and its main feature is "FPS extension for Chrome".

Extension Screenshots

screenshot
screenshot

Download CreativeRusBear's FPS extension Extension CRX File

Download CreativeRusBear's 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

                        CreativeRusBear's FPS extension - это расширение для Google Chrome, предназначенное для мониторинга частоты кадров (FPS) в браузере. Данное расширение имеет простой 
и понятный интерфейс. Для того чтобы показать/скрыть fps на странице, просто нажмите на иконку данного расширения. Если же вы хотите поставить на паузу/продолжить мониторинг, нажмите на окно отображения fps.                    

Extension Basic Information

Name CreativeRusBear's FPS extension CreativeRusBear's FPS extension
ID pplfkfelndgidjmndlgnbelpomclmelm
Official URL https://chromewebstore.google.com/detail/creativerusbears-fps-exte/pplfkfelndgidjmndlgnbelpomclmelm
Description FPS extension for Chrome
File Size 14.79 KB
Installation Count 669
Current Version 1.0
Last Updated 2018-11-14
Publish Date 2018-11-11
Rating 3.67/5 Total 9 Ratings
Developer CreativeRusBear
Email [email protected]
Payment Type free
Extension Website https://github.com/CreativeRusBear/FPS-extension-for-Chrome
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CreativeRusBear's FPS extension",
    "description": "FPS extension for Chrome",
    "version": "1.0",
    "browser_action": {
        "default_icon": "speedometer.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fps.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}