Link

Muestra los enlaces de las imagenes

Link là gì?

Link là một tiện ích mở rộng Chrome được phát triển bởi https://f8task.blogspot.com, và tính năng chính của nó là "Muestra los enlaces de las imagenes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Link

Tải xuống các tệp mở rộng Link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        📌Extensión que permite mostrar los enlaces de las imágenes mostradas en las páginas web.

☑️ Suscríbete al canal de la comunidad: https://bit.ly/subf8task
✅ Únete a nuestro discord: https://discord.gg/qUzdUbcYaQ                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Link Link
ID mknemajaeeddmehlbllajcpggnlaaeag
URL Chính Thức https://chromewebstore.google.com/detail/link/mknemajaeeddmehlbllajcpggnlaaeag
Mô tả Muestra los enlaces de las imagenes
Kích Thước Tệp 23.26 KB
Số Lần Cài Đặt 853
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2021-03-12
Ngày Phát Hành 2021-03-12
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://f8task.blogspot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://f8task.blogspot.com/p/terminos-y-condiciones.html
URL Trang Chính Sách Bảo Mật https://f8task.blogspot.com/p/terminos-y-condiciones.html
Ngôn Ngữ Được Hỗ Trợ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link",
    "description": "Muestra los enlaces de las imagenes",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "2.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Link.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        ""
    ]
}