Advanced Page Injector Plus

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

Wat is Advanced Page Injector Plus?

Advanced Page Injector Plus is een Chrome-extensie ontwikkeld door Jak Wings, en de belangrijkste functie is "Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Advanced Page Injector Plus

Download Advanced Page Injector Plus-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

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

PS: some bug fixed for Advanced Page Injector                    

Basisinformatie over de Extensie

Naam Advanced Page Injector Plus Advanced Page Injector Plus
ID fmeejpkpickglppdkmoimngnmpkdllao
Officiële URL https://chromewebstore.google.com/detail/advanced-page-injector-pl/fmeejpkpickglppdkmoimngnmpkdllao
Beschrijving Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.
Bestandsgrootte 44.84 KB
Aantal Installaties 110
Huidige Versie 1.4.2.0
Laatst Bijgewerkt 2016-05-10
Publicatiedatum 2016-05-09
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Jak Wings
Betalingswijze free
Ondersteunde Talen 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"
    ]
}