Farmtown Flash Enabler
Allow Farmtown to enable Flash by default in Chrome
Farmtown Flash Enablerคืออะไร?
Farmtown Flash Enabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Farmtown และคุณลักษณะหลักของมันคือ "Allow Farmtown to enable Flash by default in Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Farmtown Flash Enabler
ดาวน์โหลดไฟล์ส่วนขยาย 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).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iiaaidojlpkackffhmogpjgofcnjmclp |
URL อย่างเป็นทางการ | 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 } } |