Farmtown Flash Enabler

Allow Farmtown to enable Flash by default in Chrome

什麼是Farmtown Flash Enabler?

Farmtown Flash Enabler是由Farmtown開發的Chrome擴展程式,該擴展的主要功能是“Allow Farmtown to enable Flash by default in Chrome”。

擴展截圖

screenshot

下載Farmtown Flash Enabler擴展crx文件

下載Farmtown Flash Enabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Improve your Farmtown game playing experience in Chrome using this latest Extension from Codebell LLC.

Farmtown Flash Enabler automatically handles Flash permissions required to play the Farmtown facebook game in the Chrome browser.

Your privacy is important to us, we will use your permissions only to support Flash and nothing else.

Use of this extension is subject to Codebell’s Terms of Service (http://www.slashkey.com/tos.php), and Privacy Policy (http://www.codebell.com/privacy-policy).                    

擴展基本資訊

名稱 Farmtown Flash Enabler Farmtown Flash Enabler
ID iiaaidojlpkackffhmogpjgofcnjmclp
官方網址 https://chrome.google.com/webstore/detail/farmtown-flash-enabler/iiaaidojlpkackffhmogpjgofcnjmclp
簡介 Allow Farmtown to enable Flash by default in Chrome
檔案大小 49.89 KB
安裝次數 29,357
目前版本 1.0
更新時間 2019-01-23
上架時間 2019-01-23
評分 2.61/5 共 64 次評分
開發者 Farmtown
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Farmtown Flash Enabler",
    "description": "Allow Farmtown to enable Flash by default in Chrome",
    "manifest_version": 2,
    "version": "1.0",
    "icons": {
        "16": "images\/farmtown_16.png",
        "48": "images\/farmtown_48.png",
        "128": "images\/farmtown_128.png"
    },
    "permissions": [
        "contentSettings"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}