Dirt Farmer's Click Trap Remover

Makes Facebook game dialog's right clickable.

What is Dirt Farmer's Click Trap Remover?

Dirt Farmer's Click Trap Remover is a Chrome extension developed by https://www.farmvilledirt.com, and its main feature is "Makes Facebook game dialog's right clickable.".

Extension Screenshots

Download Dirt Farmer's Click Trap Remover Extension CRX File

Download Dirt Farmer's Click Trap Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Dirt Farmer's Click Trap Remover Dirt Farmer's Click Trap Remover
ID icgpkdoghndaeolkpcikaieakkfjnall
Official URL https://chromewebstore.google.com/detail/dirt-farmers-click-trap-r/icgpkdoghndaeolkpcikaieakkfjnall
Description Makes Facebook game dialog's right clickable.
File Size 18.55 KB
Installation Count 3,018
Current Version 3.2
Last Updated 2020-04-25
Publish Date 2020-04-25
Rating 4.80/5 Total 197 Ratings
Developer https://www.farmvilledirt.com
Payment Type free
Help Page URL http://www.farmvilledirt.com/2013/06/introducing-dirt-farmer-click-trap.html
Supported Languages 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"
}