ABC Extention
This extension will be used for site....
Cos'è ABC Extention?
ABC Extention è un'estensione di Chrome sviluppata da chriskabi, e la sua funzione principale è "This extension will be used for site....".
Scarica il file CRX dell'estensione ABC Extention
Scarica i file di estensione ABC Extention in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
type description for that app what ever you want ?
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | kahpmldfaflnbdkjjnjfdebodfklicpn |
URL Ufficiale | https://chrome.google.com/webstore/detail/abc-extention/kahpmldfaflnbdkjjnjfdebodfklicpn |
Descrizione | This extension will be used for site.... |
Dimensione del File | 5.37 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2014-11-14 |
Data di Pubblicazione | 2014-11-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | chriskabi |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |