Dirt Farmer's Click Trap Remover

Makes Facebook game dialog's right clickable.

Dirt Farmer's Click Trap Remover란 무엇입니까?

Dirt Farmer's Click Trap Remover은(는) https://www.farmvilledirt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes Facebook game dialog's right clickable."입니다.

확장 프로그램 스크린샷

Dirt Farmer's Click Trap Remover 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Enables right click on the Facebook game dialog - Browser Extension maintained by the Dirt Farmer team.

Version 3: Includes updated shortcuts for various DF and FV resources and removal of old obsolete shortcuts

Version 2.2: New update contains fix for the updated permissions in Facebook which had broken the CTR earlier. Also, UCut.It extension has been separated from the extension.

http://www.FarmvilleDirt.com/                    

확장 프로그램 기본 정보

이름 Dirt Farmer's Click Trap Remover Dirt Farmer's Click Trap Remover
ID icgpkdoghndaeolkpcikaieakkfjnall
공식 URL https://chromewebstore.google.com/detail/dirt-farmers-click-trap-r/icgpkdoghndaeolkpcikaieakkfjnall
설명 Makes Facebook game dialog's right clickable.
파일 크기 18.55 KB
설치 횟수 3,018
현재 버전 3.2
최근 업데이트 2020-04-25
출시 날짜 2020-04-25
평점 4.80/5 총 197 개의 평점
개발자 https://www.farmvilledirt.com
결제 유형 free
도움말 페이지 URL http://www.farmvilledirt.com/2013/06/introducing-dirt-farmer-click-trap.html
지원되는 언어 en-US
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/injected.js"
            ],
            "matches": [
                "*:\/\/apps.facebook.com\/*",
                "*:\/\/www.facebook.com\/dialog\/*",
                "*:\/\/www.facebook.com\/v*\/dialog\/*"
            ]
        }
    ],
    "description": "Makes Facebook game dialog's right clickable.",
    "icons": {
        "128": "img\/Icon128.png",
        "16": "img\/Icon16.png",
        "32": "img\/Icon32.png",
        "48": "img\/Icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC\/a7mLAiC8lBu3jRFdfbb6E8syU7Y9R9p7qzB7ov\/ORHzwDXv9d9SqlX729+UUn\/NFvC0TT0x8pJDpkfD5vQh\/5Z9EFq6Rfb3S7jw\/JOPXA8IAMIkmkwzSOY4zZAIhHBV94bC3RNSlz4zKLCyo3t+HIh\/9DRzChGMANBH5eqh3SQIDAQAB",
    "manifest_version": 2,
    "name": "Dirt Farmer's Click Trap Remover",
    "permissions": [
        "*:\/\/apps.facebook.com\/*",
        "*:\/\/www.facebook.com\/dialog\/*",
        "*:\/\/www.facebook.com\/v2.*\/dialog\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2"
}