Enable Paste
Vihaan Info Solutions
Cos'è Enable Paste?
Enable Paste è un'estensione di Chrome sviluppata da rakeshpawar666, e la sua funzione principale è "Vihaan Info Solutions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Enable Paste
Scarica i file di estensione Enable Paste 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
This extension lets you enable Copy & Paste
Informazioni di Base sull'Estensione
Nome | |
ID | mbiebkejljkljddhjfegppjnfbhcbnpe |
URL Ufficiale | https://chrome.google.com/webstore/detail/enable-paste/mbiebkejljkljddhjfegppjnfbhcbnpe |
Descrizione | Vihaan Info Solutions |
Dimensione del File | 98.12 KB |
Conteggio Installazioni | 2,125 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2019-08-16 |
Data di Pubblicazione | 2019-08-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | rakeshpawar666 |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enable Paste", "description": "Vihaan Info Solutions", "version": "0.1.2", "manifest_version": 2, "icons": { "16": "v_latter16.png", "48": "v_latter48.png", "128": "v_latter128.png" }, "browser_action": { "default_icon": "v_latter48.png", "default_popup": "popup.html", "default_title": "VIHAAN INFO SOLUTIONS" }, "permissions": [ "http:\/\/localhost:54222\/*", "https:\/\/stackoverflow.com\/*", "http:\/\/policyinsurancecrm.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:54222\/*", "https:\/\/stackoverflow.com\/*", "http:\/\/policyinsurancecrm.com\/*" ], "js": [ "scripts\/content.js", "scripts\/fingerprint2.js", "scripts\/jquery.min.js" ] } ] } |