Random Desire Lite

Generate desire numbers in Random.org

Random Desire Liteとは何ですか?

Random Desire LiteはVịt Corpによって開発されたChromeの拡張機能で、その主な機能は「Generate desire numbers in Random.org」です。

拡張機能のスクリーンショット

screenshot

Random Desire Lite拡張機能のCRXファイルをダウンロード

Random Desire Lite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever wanted to feel the power to control your life?
I can help you generate the number you ever desire!
Enter numbers of your desire and open Random.org to feel it yourself!

Feedback:
[email protected]                    

拡張機能の基本情報

名前 Random Desire Lite Random Desire Lite
ID gebplnngkmcgeokaedmaapnnkanndimf
公式URL https://chromewebstore.google.com/detail/random-desire-lite/gebplnngkmcgeokaedmaapnnkanndimf
説明 Generate desire numbers in Random.org
ファイルサイズ 22.1 KB
インストール数 29
現在のバージョン 1.0
最終更新日 2020-03-16
公開日 2020-03-16
評価 5.00/5 合計 1 レビュー
開発者 Vịt Corp
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Desire Lite",
    "description": "Generate desire numbers in Random.org",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.random.org\/",
                "*:\/\/www.random.org\/widgets\/integers\/iframe*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/www.random.org\/",
        "*:\/\/www.random.org\/widgets\/integers\/iframe*"
    ],
    "browser_action": {
        "default_title": "Random Desire",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}