Web page modification

Web page modification

Was ist Web page modification?

Web page modification ist eine Chrome-Erweiterung, die von https://ita-in-ua.herokuapp.com entwickelt wurde, und ihr Hauptmerkmal ist "Web page modification".

Erweiterungsscreenshots

screenshot

Web page modification-Erweiterungs-CRX-Datei herunterladen

Laden Sie Web page modification-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

                        1.Сhange background color and text of any element of any page on the Internet. 
2.Меняйте цвет фона и текста любого элемента любой страницы в интернете.
3.e-mail: [email protected]                    

Grundlegende Informationen zur Erweiterung

Name Web page modification Web page modification
ID ngdiongcifgelapcafnomekolgmaflad
Offizielle URL https://chromewebstore.google.com/detail/web-page-modification/ngdiongcifgelapcafnomekolgmaflad
Beschreibung Web page modification
Dateigröße 691 KB
Installationsanzahl 18
Aktuelle Version 0.0.0.9
Letztes Update 2017-01-25
Veröffentlichungsdatum 2017-01-25
Bewertung 2.50/5 Insgesamt 4 Bewertungen
Entwickler https://ita-in-ua.herokuapp.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ita-in-ua.herokuapp.com/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.0.9",
    "name": "Web page modification",
    "description": "Web page modification",
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "modification_web_page_min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "start.js"
        ]
    },
    "icons": {
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "settings_32.png",
        "default_title": "page modification"
    }
}