Random Desire Lite

Generate desire numbers in Random.org

Random Desire Liteคืออะไร?

Random Desire Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vịt Corp และคุณลักษณะหลักของมันคือ "Generate desire numbers in Random.org"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Desire Lite

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}