FORCE JS
Force JS
Cos'è FORCE JS?
FORCE JS è un'estensione di Chrome sviluppata da cotroncompany, e la sua funzione principale è "Force JS".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FORCE JS
Scarica i file di estensione FORCE JS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
###### 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hmlimgcaoahbfjbjliooolggphnndiij |
| URL Ufficiale | https://chromewebstore.google.com/detail/force-js/hmlimgcaoahbfjbjliooolggphnndiij |
| Descrizione | Force JS |
| Dimensione del File | 147 KB |
| Conteggio Installazioni | 992 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2019-08-31 |
| Data di Pubblicazione | 2019-08-31 |
| Valutazione | 4.44/5 Totale 9 Valutazioni |
| Sviluppatore | cotroncompany |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |