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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } } |