Akinator

This extension allows you to play Akinator online and give you access to our game library for immediate game play.

Akinatorคืออะไร?

Akinator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://games.lol และคุณลักษณะหลักของมันคือ "This extension allows you to play Akinator online and give you access to our game library for immediate game play."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Akinator is an online game developed by French company, Elokence. Known as the popular virtual genie, Akinator or Aki for short, lets you imagine a real or fictional character and just by asking a few questions, he will tell you exactly who you’re thinking about. It isn’t a simple guessing game as Aki will also challenge you to think more creatively to win coins and wards that you can use for wider customization of Akinator the genie. The game also allows you to dress and customize Aki’s get-up and background so keep collecting those coins.

Extension Features:
1. Lets you play the  Akinator game on PC.
2. Full and always up-to-date PC version of the game.
3. Free access to a library of more games.
4. Absolutely no cost, Akinator and all other games are free to play.

How do I uninstall this extension?
1. Click on the button with three horizontal lines or the three dots found in the upper right-hand corner of your Chrome™ browser.
2. From the drop-down menu click More Tools > Extensions.
3. Next to the extension you want to remove, click Remove.
4. If you simply want to hide the extension but not remove it, you can un-check the Enabled button.
5. Restart Chrome™ browser

By installing this extension, you agree to the End User License Agreement (https://games.lol/terms-of-service/) and Privacy Policy (https://games.lol/privacy-policy/)                    

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

ชื่อ Akinator Akinator
ID dcjeomdmbbmmafpmifjdfceafjhkaleo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/akinator/dcjeomdmbbmmafpmifjdfceafjhkaleo
คำอธิบาย This extension allows you to play Akinator online and give you access to our game library for immediate game play.
ขนาดไฟล์ 847 KB
จำนวนการติดตั้ง 3,205
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-01-12
วันที่เผยแพร่ 2021-01-12
คะแนน 4.14/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา https://games.lol
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://games.lol/akinator-online-game/
URL หน้านโยบายความเป็นส่วนตัว https://games.lol/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Akinator",
    "version": "1.0",
    "description": "This extension allows you to play Akinator online and give you access to our game library for immediate game play.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "widget\/contentscript.js"
            ],
            "matches": [
                "https:\/\/*.com\/*",
                "https:\/\/*.org\/*",
                "https:\/\/*.net\/*",
                "https:\/\/*.edu\/*",
                "https:\/\/*.co\/*",
                "https:\/\/*.us\/*",
                "https:\/\/*.io\/*",
                "https:\/\/*.club\/*",
                "https:\/\/*.tv\/*",
                "https:\/\/*.info\/*",
                "http:\/\/*.com\/*",
                "http:\/\/*.org\/*",
                "http:\/\/*.net\/*",
                "http:\/\/*.edu\/*",
                "http:\/\/*.co\/*",
                "http:\/\/*.us\/*",
                "http:\/\/*.io\/*",
                "http:\/\/*.club\/*",
                "http:\/\/*.tv\/*",
                "http:\/\/*.info\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "widget\/*"
    ],
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    }
}