LightShot Roulette

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

什么是LightShot Roulette?

LightShot Roulette是由kolossalinc开发的Chrome扩展程序,该扩展的主要功能是“Generates a random link to LightShot and goes to it. Share it with your friends if it's good!”。

扩展截图

screenshot

下载LightShot Roulette扩展crx文件

下载LightShot Roulette扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 LightShot Roulette LightShot Roulette
ID ggnpgmocgnboafcpdmdojkdaaoddjape
官方URL https://chromewebstore.google.com/detail/lightshot-roulette/ggnpgmocgnboafcpdmdojkdaaoddjape
简介 Generates a random link to LightShot and goes to it. Share it with your friends if it's good!
文件大小 176 KB
安装次数 3,034
当前版本 1.0
更新时间 2019-03-27
上架时间 2019-03-27
评分 4.50/5 共10次评分
开发者 kolossalinc
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}