Enable Paste
Vihaan Info Solutions
Qu'est-ce que Enable Paste ?
Enable Paste est une extension Chrome développée par rakeshpawar666, et sa fonction principale est "Vihaan Info Solutions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Enable Paste
Téléchargez les fichiers d'extension Enable Paste au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension lets you enable Copy & Paste
Informations de Base sur l'Extension
Nom | |
ID | mbiebkejljkljddhjfegppjnfbhcbnpe |
URL Officiel | https://chrome.google.com/webstore/detail/enable-paste/mbiebkejljkljddhjfegppjnfbhcbnpe |
Description | Vihaan Info Solutions |
Taille du Fichier | 98.12 KB |
Nombre d'Installations | 2,125 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2019-08-16 |
Date de Publication | 2019-08-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | rakeshpawar666 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |