Link
Extension para obtener enlace de recursos multimedia y recibir notificaciones de tareas
ما هو Link؟
Link هو إضافة Chrome تم تطويرها بواسطة https://botappen.blogspot.com، والميزة الرئيسية لها هي "Extension para obtener enlace de recursos multimedia y recibir notificaciones de tareas".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Link
قم بتنزيل ملفات الامتداد Link بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/
معلومات أساسية عن التمديد
الاسم | Link |
ID | amklemkdaelnkicpifgfappckkkihgla |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/link/amklemkdaelnkicpifgfappckkkihgla |
الوصف | Extension para obtener enlace de recursos multimedia y recibir notificaciones de tareas |
حجم الملف | 417 KB |
عدد التثبيتات | 208 |
النسخة الحالية | 3.8.8 |
آخر تحديث | 2022-08-09 |
تاريخ النشر | 2021-04-03 |
تقييم | 4.92/5 مجموع تقييمات 13 |
المطور | https://botappen.blogspot.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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'" } |