Free Freecell

Free Freecell

Free Freecellคืออะไร?

Free Freecell เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mahuijie94 และคุณลักษณะหลักของมันคือ "Free Freecell"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free Freecell

ดาวน์โหลดไฟล์ส่วนขยาย Free Freecell ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        这是一个谷歌插件。
你可以使用这个插件在任何一个网页中点击,即可显示空当接龙的成功界面。

Free Freecell is a Chrome extension.
Free Freecell: once you install it, you can click on any website to display win interface of Freecell. And you can turn it on and off on at any moment. Please refresh your browser when extension dose not work.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Free Freecell Free Freecell
ID hoomobfinhgmndeffcffhdfopiebpikd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/free-freecell/hoomobfinhgmndeffcffhdfopiebpikd
คำอธิบาย Free Freecell
ขนาดไฟล์ 72.92 KB
จำนวนการติดตั้ง 264
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2018-07-24
วันที่เผยแพร่ 2018-07-24
คะแนน 2.17/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา mahuijie94
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://700milartists.website
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/insertJs.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_title": "Free Freecell",
        "default_icon": "images\/16.png"
    },
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Free Freecell",
    "permissions": [
        "tabs",
        "background",
        "management",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "version": "2.0",
    "web_accessible_resources": [
        "images\/*"
    ],
    "description": "Free Freecell"
}