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
Eメール [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"
    ]
}