Web page modification

Web page modification

Wat is Web page modification?

Web page modification is een Chrome-extensie ontwikkeld door https://ita-in-ua.herokuapp.com, en de belangrijkste functie is "Web page modification".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Web page modification

Download Web page modification-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

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

Basisinformatie over de Extensie

Naam Web page modification Web page modification
ID ngdiongcifgelapcafnomekolgmaflad
Officiële URL https://chromewebstore.google.com/detail/web-page-modification/ngdiongcifgelapcafnomekolgmaflad
Beschrijving Web page modification
Bestandsgrootte 691 KB
Aantal Installaties 18
Huidige Versie 0.0.0.9
Laatst Bijgewerkt 2017-01-25
Publicatiedatum 2017-01-25
Beoordeling 2.50/5 Totaal 4 Beoordelingen
Ontwikkelaar https://ita-in-ua.herokuapp.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ita-in-ua.herokuapp.com/
Ondersteunde Talen 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"
    }
}