FORCE JS

Force JS

Wat is FORCE JS?

FORCE JS is een Chrome-extensie ontwikkeld door cotroncompany, en de belangrijkste functie is "Force JS".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FORCE JS

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

                        ###### 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                    

Basisinformatie over de Extensie

Naam FORCE JS FORCE JS
ID hmlimgcaoahbfjbjliooolggphnndiij
Officiële URL https://chromewebstore.google.com/detail/force-js/hmlimgcaoahbfjbjliooolggphnndiij
Beschrijving Force JS
Bestandsgrootte 147 KB
Aantal Installaties 992
Huidige Versie 1.1
Laatst Bijgewerkt 2019-08-31
Publicatiedatum 2019-08-31
Beoordeling 4.44/5 Totaal 9 Beoordelingen
Ontwikkelaar cotroncompany
Betalingswijze free
Ondersteunde Talen 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"
}