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ファイルをダウンロード
Dirt Farmer's Click Trap Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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/ 拡張機能の基本情報
| 名前 | |
| 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"
} | |