FORCE JS

Force JS

Qu'est-ce que FORCE JS ?

FORCE JS est une extension Chrome développée par cotroncompany, et sa fonction principale est "Force JS".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FORCE JS

Téléchargez les fichiers d'extension FORCE JS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom FORCE JS FORCE JS
ID hmlimgcaoahbfjbjliooolggphnndiij
URL Officiel https://chromewebstore.google.com/detail/force-js/hmlimgcaoahbfjbjliooolggphnndiij
Description Force JS
Taille du Fichier 147 KB
Nombre d'Installations 992
Version Actuelle 1.1
Dernière Mise à Jour 2019-08-31
Date de Publication 2019-08-31
Évaluation 4.44/5 Total 9 Évaluations
Développeur cotroncompany
Type de Paiement free
Langues Prises en Charge 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"
}