Advanced Page Injector Plus

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

Was ist Advanced Page Injector Plus?

Advanced Page Injector Plus ist eine Chrome-Erweiterung, die von Jak Wings entwickelt wurde, und ihr Hauptmerkmal ist "Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Advanced Page Injector Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Advanced Page Injector Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

PS: some bug fixed for Advanced Page Injector                    

Grundlegende Informationen zur Erweiterung

Name Advanced Page Injector Plus Advanced Page Injector Plus
ID fmeejpkpickglppdkmoimngnmpkdllao
Offizielle URL https://chromewebstore.google.com/detail/advanced-page-injector-pl/fmeejpkpickglppdkmoimngnmpkdllao
Beschreibung Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.
Dateigröße 44.84 KB
Installationsanzahl 110
Aktuelle Version 1.4.2.0
Letztes Update 2016-05-10
Veröffentlichungsdatum 2016-05-09
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Jak Wings
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}