RMS (Run My Script) - Script runner

Easily run JavaScript code on the current browser tab.

What is RMS (Run My Script) - Script runner?

RMS (Run My Script) - Script runner is a Chrome extension developed by BlueCaret, and its main feature is "Easily run JavaScript code on the current browser tab.".

Extension Screenshots

screenshot
screenshot

Download RMS (Run My Script) - Script runner Extension CRX File

Download RMS (Run My Script) - Script runner 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

                        RMS (Run My Script) is a JavaScript runner. Add your code, and click run to run JavaScript in your current tab!

IMPORTANT: Due to Google's transition to Manifest V3, the current script-running method in "Run My Script" is no longer supported. The extension will bid farewell from the Chrome Web Store by June 2024. Thank you for using RMS!                    

Extension Basic Information

Name RMS (Run My Script) - Script runner RMS (Run My Script) - Script runner
ID bifnofbpdbdmgopjoidbicngijjmlogj
Official URL https://chromewebstore.google.com/detail/rms-run-my-script-script/bifnofbpdbdmgopjoidbicngijjmlogj
Description Easily run JavaScript code on the current browser tab.
File Size 9.87 KB
Installation Count 2,017
Current Version 1.0.1
Last Updated 2024-01-15
Publish Date 2019-12-27
Rating 3.83/5 Total 6 Ratings
Developer BlueCaret
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.bluecaret.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RMS (Run My Script) - Script runner",
    "short_name": "RMS",
    "description": "Easily run JavaScript code on the current browser tab.",
    "version": "1.0.1",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "RMS (Run My Script) - Script runner",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/toolbar-chrome.png",
            "38": "images\/[email protected]"
        }
    },
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    }
}