ABC Extention

This extension will be used for site....

Wat is ABC Extention?

ABC Extention is een Chrome-extensie ontwikkeld door chriskabi, en de belangrijkste functie is "This extension will be used for site....".

Download het CRX-bestand van de extensie ABC Extention

Download ABC Extention-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

                        type description for that app what ever you want ?                    

Basisinformatie over de Extensie

Naam ABC Extention ABC Extention
ID kahpmldfaflnbdkjjnjfdebodfklicpn
Officiële URL https://chrome.google.com/webstore/detail/abc-extention/kahpmldfaflnbdkjjnjfdebodfklicpn
Beschrijving This extension will be used for site....
Bestandsgrootte 5.37 KB
Aantal Installaties 68
Huidige Versie 1.3
Laatst Bijgewerkt 2014-11-14
Publicatiedatum 2014-11-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar chriskabi
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ABC Extention",
    "description": "This extension will be used for site....",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/winforyou.eu\/"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}