Link
Extension para obtener enlace de recursos multimedia y recibir notificaciones de tareas
Was ist Link?
Link ist eine Chrome-Erweiterung, die von https://botappen.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Extension para obtener enlace de recursos multimedia y recibir notificaciones de tareas".
Erweiterungsscreenshots
Link-Erweiterungs-CRX-Datei herunterladen
Laden Sie Link-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extensión que permite tomar los link de los diferentes elementos web como lo son Imagenes, Botones, Cajas, Enlaces, ademas de eso realiza la función Click-Derecho para ahorrar tiempo al momento de realizar una tarea, ademas de enviarte notificaciones en linea con el link de acceso Puedes encontrarnos den nuestro grupo de Discord: https://discord.gg/JYX7Dvh o en nuestro blog: https://botappen.blogspot.com/
Grundlegende Informationen zur Erweiterung
Name | Link |
ID | amklemkdaelnkicpifgfappckkkihgla |
Offizielle URL | https://chromewebstore.google.com/detail/link/amklemkdaelnkicpifgfappckkkihgla |
Beschreibung | Extension para obtener enlace de recursos multimedia y recibir notificaciones de tareas |
Dateigröße | 417 KB |
Installationsanzahl | 208 |
Aktuelle Version | 3.8.8 |
Letztes Update | 2022-08-09 |
Veröffentlichungsdatum | 2021-04-03 |
Bewertung | 4.92/5 Insgesamt 13 Bewertungen |
Entwickler | https://botappen.blogspot.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | es |
manifest.json | |
{ "description": "Extension para obtener enlace de recursos multimedia y recibir notificaciones de tareas", "version": "3.8.8", "name": "Link", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8PTHymuAlSOuWxA2LKittMtHD45vw1DPUOqyRDy30uufM2hshu08lKUf1b2JY0ZdDlYHSfCr5AAubsbK3YSfrcfn6\/giOrb16Hw46vgpkr5bD+Qe6YQwCHIVkyLEeCwH0YmfqU53PPXuukd8X3D3Q1FADuy77CUpL\/dKyZo0gF1tXoVoEqBIFNLJtdDsQNjhb+Mn9BX2JS17LA0XbqYCXtBOXf5moGxdfbt987GVVcSfpGXeJJPMYi+GWyroSXqacWzZb8SJlKqK43+aMGTCIKKcqthzOZsqC+92s0FAQ\/n6QDtADJ1wXmbGa7+oGZkzxoTVCiKs+JYc6QZdqx8lIQIDAQAB", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "storage", "nativeMessaging", "tabs", "background", "activeTab", "notifications", "*:\/\/*.appen.com\/*" ], "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" }, "options_page": "options.html", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.appen.io\/*", "*:\/\/*.appen.com\/*", "http:\/\/50.116.7.57\/*" ], "run_at": "document_start", "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |