LightShot Roulette

Generates a random link to LightShot and goes to it. Share it with your friends if it's good!

LightShot Roulette là gì?

LightShot Roulette là một tiện ích mở rộng Chrome được phát triển bởi kolossalinc, và tính năng chính của nó là "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!".

Ả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 LightShot Roulette

Tải xuống các tệp mở rộng LightShot Roulette 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

                        On Click, the script will generate a random six character key and send you to that image. Simple quick. Alot of Removed/Invalid images can be generated. The plugin itself is not responsible for the content you see on the external site.                    

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

Tên LightShot Roulette LightShot Roulette
ID ggnpgmocgnboafcpdmdojkdaaoddjape
URL Chính Thức https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape
Mô tả Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
Kích Thước Tệp 176 KB
Số Lần Cài Đặt 3,034
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-03-27
Ngày Phát Hành 2019-03-27
Đánh Giá 4.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển kolossalinc
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "48": "lightshot_roulette_logo.png",
        "128": "lightshot_roulette_logo.png"
    },
    "name": "LightShot Roulette",
    "author": "Koloss5421",
    "description": "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!",
    "version": "1.0",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_title": "Lightshot Roulette"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}