Advanced Page Injector Plus

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

Qu'est-ce que Advanced Page Injector Plus ?

Advanced Page Injector Plus est une extension Chrome développée par Jak Wings, et sa fonction principale est "Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Advanced Page Injector Plus

Téléchargez les fichiers d'extension Advanced Page Injector Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

PS: some bug fixed for Advanced Page Injector                    

Informations de Base sur l'Extension

Nom Advanced Page Injector Plus Advanced Page Injector Plus
ID fmeejpkpickglppdkmoimngnmpkdllao
URL Officiel https://chromewebstore.google.com/detail/advanced-page-injector-pl/fmeejpkpickglppdkmoimngnmpkdllao
Description Inject CSS/Html/Javascript into a page before it loads, good for adblocking and user styling.
Taille du Fichier 44.84 KB
Nombre d'Installations 110
Version Actuelle 1.4.2.0
Dernière Mise à Jour 2016-05-10
Date de Publication 2016-05-09
Évaluation 3.00/5 Total 2 Évaluations
Développeur Jak Wings
Type de Paiement free
Langues Prises en Charge 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"
    ]
}