External script loader
Enable to load external script when a page loaded
Cos'è External script loader?
External script loader è un'estensione di Chrome sviluppata da ui3o.com, e la sua funzione principale è "Enable to load external script when a page loaded".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione External script loader
Scarica i file di estensione External script loader 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
This add-on enable to load external script to add extra features. It can load script from remote server. Possible to manage feature for users. The content script will be run at document_start state. Informazioni di Base sull'Estensione
| Nome | |
| ID | lednjajedpjbhlhjgdbmcjiddjagachp |
| URL Ufficiale | https://chromewebstore.google.com/detail/external-script-loader/lednjajedpjbhlhjgdbmcjiddjagachp |
| Descrizione | Enable to load external script when a page loaded |
| Dimensione del File | 19.62 KB |
| Conteggio Installazioni | 107 |
| Versione Corrente | 2.3.0 |
| Ultimo Aggiornamento | 2022-03-25 |
| Data di Pubblicazione | 2020-03-06 |
| Sviluppatore | ui3o.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/ui3o/external-extension |
| URL della Pagina di Aiuto | https://github.com/ui3o/external-extension |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "External script loader",
"version": "2.3.0",
"manifest_version": 2,
"description": "Enable to load external script when a page loaded",
"homepage_url": "https:\/\/github.com\/ui3o\/external-extension\/",
"icons": {
"16": "icons\/icon16x16.png",
"48": "icons\/icon48x48.png",
"128": "icons\/icon128x128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"src\/core.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"src\/iframe.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"background": {
"scripts": [
"src\/background.js"
]
},
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"http:\/\/localhost\/",
"storage",
"webRequest",
"webRequestBlocking",
" | |