Enable Paste
Vihaan Info Solutions
Wat is Enable Paste?
Enable Paste is een Chrome-extensie ontwikkeld door rakeshpawar666, en de belangrijkste functie is "Vihaan Info Solutions".
Extensie Screenshots
Download het CRX-bestand van de extensie Enable Paste
Download Enable Paste-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
This extension lets you enable Copy & Paste
Basisinformatie over de Extensie
Naam | |
ID | mbiebkejljkljddhjfegppjnfbhcbnpe |
Officiële URL | https://chrome.google.com/webstore/detail/enable-paste/mbiebkejljkljddhjfegppjnfbhcbnpe |
Beschrijving | Vihaan Info Solutions |
Bestandsgrootte | 98.12 KB |
Aantal Installaties | 2,125 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2019-08-16 |
Publicatiedatum | 2019-08-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | rakeshpawar666 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |