FORCE JS

Force JS

What is FORCE JS?

FORCE JS is a Chrome extension developed by cotroncompany, and its main feature is "Force JS".

Extension Screenshots

screenshot

Download FORCE JS Extension CRX File

Download FORCE JS 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

                        ###### Announcement ######

Price will be increase 50% on 1st september 2019 due to TAX in some region

###################

This Extension for Inject JS file to Website.
Easy to Use by minimal function and friendly interface.


Update Version 1.1
 - Support Chrome Local Storage
 - Capability to save Link JS URL
 - Easily reload JS URL                    

Extension Basic Information

Name FORCE JS FORCE JS
ID hmlimgcaoahbfjbjliooolggphnndiij
Official URL https://chromewebstore.google.com/detail/force-js/hmlimgcaoahbfjbjliooolggphnndiij
Description Force JS
File Size 147 KB
Installation Count 992
Current Version 1.1
Last Updated 2019-08-31
Publish Date 2019-08-31
Rating 4.44/5 Total 9 Ratings
Developer cotroncompany
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "hammer.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "popup.js",
                "getytlink.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*>"
            ]
        }
    ],
    "description": "Force JS",
    "icons": {
        "128": "hammer128.png"
    },
    "manifest_version": 2,
    "name": "FORCE JS",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "1.1"
}