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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link

ดาวน์โหลดไฟล์ส่วนขยาย Link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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'"
}