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"입니다.
확장 프로그램 스크린샷
Farmtown Flash Enabler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } } |