AMC
AMC - developed by Farhan Miah
Cos'è AMC?
AMC è un'estensione di Chrome sviluppata da Farhan Miah, e la sua funzione principale è "AMC - developed by Farhan Miah".
Scarica il file CRX dell'estensione AMC
Scarica i file di estensione AMC 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
Informazioni di Base sull'Estensione
Nome | |
ID | lcebocacaekndbjacbehaigolaalbgdk |
URL Ufficiale | https://chromewebstore.google.com/detail/amc/lcebocacaekndbjacbehaigolaalbgdk |
Descrizione | AMC - developed by Farhan Miah |
Dimensione del File | 1.84 MB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2017-10-18 |
Data di Pubblicazione | 2017-10-18 |
Sviluppatore | Farhan Miah |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AMC", "description": "AMC - developed by Farhan Miah", "omnibox": { "keyword": "tw" }, "browser_action": { "name": "Manipulate DOM", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "dom.js", "background.js", "arrays.js", "popup.js" ], "matches": [ "http:\/\/www.isearchfrom.com\/*", "https:\/\/www.isearchfrom.com\/*" ] } ], "background": { "scripts": [ "background.js", "arrays.js", "jquery.js", "dom.js", "popup.js" ], "background_page": [ "bg.html" ] }, "version": "1.7", "minimum_chrome_version": "9", "manifest_version": 2 } |