Scrabulizer Importer

Imports Lexulous, Words With Friends and Wordscraper games into Scrabulizer.

Scrabulizer Importerคืออะไร?

Scrabulizer Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.scrabulizer.com และคุณลักษณะหลักของมันคือ "Imports Lexulous, Words With Friends and Wordscraper games into Scrabulizer."

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

screenshot

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

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

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

                        Scrabulizer (https://www.scrabulizer.com) lets you find the best moves for your Lexulous, Words With Friends, Wordscraper and other similar games.

With the Scrabulizer Importer extension, you can import your games directly into Scrabulizer, saving you from having to enter each tile manually.

The extension works with the following games:

* Lexulous on Facebook
* Lexulous email games on Lexulous.com
* Words With Friends on Facebook
* Wordscraper on Facebook

After opening a game in Chrome, click the 'S tile' icon in the toolbar or Chrome extensions menu to load the game into Scrabulizer.

The extension requests the following permissions:

* Access to read your browsing history.

This is required to detect when you've opened a page containing a game that can be imported. The extension is only activated when the page URL matches the URL of a supported game. No browsing history is recorded or transmitted by the extension.

* Access to read and change data on http://*.lexulous.com/*, https://*.lexulous.com/*, http://aws.rjs.in/* and https://aws.rjs.in/*.

This is required to read details of Lexulous and Wordscraper games on Lexulous.com and Facebook. The game details are only read and sent to Scrabulizer when you click the button to import the game.

* Access to read and change data on http://wwf-fb.zyngawithfriends.com/*, https://wwf-fb.zyngawithfriends.com/*, http://wwf.zynga.com/*, https://wwf.zynga.com/*, http://zdnzwf5-a.akamaihd.net/* and https://zdnzwf5-a.akamaihd.net/*.

This is required to read details of Words With Friends games on Facebook. The game details are only read and sent to Scrabulizer when you click the button to import the game.                    

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

ชื่อ Scrabulizer Importer Scrabulizer Importer
ID bndkbbjdobgblibddjkdmecohdbbkbig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scrabulizer-importer/bndkbbjdobgblibddjkdmecohdbbkbig
คำอธิบาย Imports Lexulous, Words With Friends and Wordscraper games into Scrabulizer.
ขนาดไฟล์ 32.01 KB
จำนวนการติดตั้ง 2,923
เวอร์ชันปัจจุบัน 1.6.1
อัปเดตครั้งล่าสุด 2021-11-10
วันที่เผยแพร่ 2019-11-18
คะแนน 3.38/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา https://www.scrabulizer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.scrabulizer.com
URL หน้าช่วยเหลือ https://www.scrabulizer.com/static/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.scrabulizer.com/static/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrabulizer Importer",
    "version": "1.6.1",
    "description": "Imports Lexulous, Words With Friends and Wordscraper games into Scrabulizer.",
    "icons": {
        "16": "s_tile_16px.png",
        "48": "s_tile_48px.png",
        "128": "s_tile_128px.png"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "https:\/\/api.lexulous.com\/*",
        "http:\/\/emailgame.lexulous.com\/*",
        "http:\/\/aws.rjs.in\/*"
    ],
    "minimum_chrome_version": "42.0.2311.0",
    "background": {
        "scripts": [
            "util.js",
            "background.js",
            "lexulous_and_wordscraper_util.js",
            "lexulous_and_wordscraper_background.js",
            "words_with_friends_background.js",
            "background_web_navigation.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/aws.rjs.in\/fblexulous*?*action=viewboard*",
                "https:\/\/aws.rjs.in\/fblexulous*?*action=viewboard*",
                "http:\/\/aws.rjs.in\/wordscraper*?*action=viewboard*",
                "https:\/\/aws.rjs.in\/wordscraper*?*action=viewboard*"
            ],
            "all_frames": true,
            "js": [
                "util.js",
                "content_util.js",
                "lexulous_and_wordscraper_util.js",
                "lexulous_and_wordscraper_content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.lexulous.com\/email\/playboard*",
                "https:\/\/*.lexulous.com\/email\/playboard*",
                "http:\/\/*.lexulous.com\/v2\/g\/*",
                "https:\/\/*.lexulous.com\/v2\/g\/*"
            ],
            "all_frames": false,
            "js": [
                "util.js",
                "content_util.js",
                "lexulous_and_wordscraper_util.js",
                "lexulous_and_wordscraper_content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/wwf-fb.zyngawithfriends.com\/*",
                "https:\/\/wwf-fb.zyngawithfriends.com\/*",
                "http:\/\/zdnzwf5-a.akamaihd.net\/*",
                "https:\/\/zdnzwf5-a.akamaihd.net\/*",
                "http:\/\/wwf.zynga.com\/*",
                "https:\/\/wwf.zynga.com\/*"
            ],
            "all_frames": true,
            "js": [
                "util.js",
                "content_util.js",
                "words_with_friends_content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "s_tile_grey_16px.png",
            "19": "s_tile_grey_19px.png",
            "32": "s_tile_grey_32px.png",
            "38": "s_tile_grey_38px.png"
        },
        "default_title": "No supported game could be found on this page (refresh to try again)"
    }
}