Advanced Page Injector Plus

Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.

Cos'è Advanced Page Injector Plus?

Advanced Page Injector Plus è un'estensione di Chrome sviluppata da Jak Wings, e la sua funzione principale è "Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Advanced Page Injector Plus

Scarica i file di estensione Advanced Page Injector Plus 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

                        Help message will appear when your place the cursor over the input area.

PS: some bug fixed for Advanced Page Injector                    

Informazioni di Base sull'Estensione

Nome Advanced Page Injector Plus Advanced Page Injector Plus
ID fmeejpkpickglppdkmoimngnmpkdllao
URL Ufficiale https://chromewebstore.google.com/detail/advanced-page-injector-pl/fmeejpkpickglppdkmoimngnmpkdllao
Descrizione Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.
Dimensione del File 44.84 KB
Conteggio Installazioni 110
Versione Corrente 1.4.2.0
Ultimo Aggiornamento 2016-05-10
Data di Pubblicazione 2016-05-09
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Jak Wings
Tipo di Pagamento free
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "version": "1.4.2.0",
    "manifest_version": 2,
    "default_locale": "zh_CN",
    "description": "__MSG_EXT_DESCRIPTION__",
    "offline_enabled": true,
    "content_security_policy": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'",
    "options_page": "options\/options.html",
    "background": {
        "page": "background\/background.html"
    },
    "page_action": {
        "default_title": "__MSG_EXT_PAGE_ACTION_TITLE__",
        "default_icon": "icons\/17.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/main.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "64": "icons\/64.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png"
    },
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ]
}