Dirt Farmer's Click Trap Remover
Makes Facebook game dialog's right clickable.
Cos'è Dirt Farmer's Click Trap Remover?
Dirt Farmer's Click Trap Remover è un'estensione di Chrome sviluppata da https://www.farmvilledirt.com, e la sua funzione principale è "Makes Facebook game dialog's right clickable.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dirt Farmer's Click Trap Remover
Scarica i file di estensione Dirt Farmer's Click Trap Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/ Informazioni di Base sull'Estensione
| Nome | |
| ID | icgpkdoghndaeolkpcikaieakkfjnall |
| URL Ufficiale | https://chromewebstore.google.com/detail/dirt-farmers-click-trap-r/icgpkdoghndaeolkpcikaieakkfjnall |
| Descrizione | Makes Facebook game dialog's right clickable. |
| Dimensione del File | 18.55 KB |
| Conteggio Installazioni | 3,018 |
| Versione Corrente | 3.2 |
| Ultimo Aggiornamento | 2020-04-25 |
| Data di Pubblicazione | 2020-04-25 |
| Valutazione | 4.80/5 Totale 197 Valutazioni |
| Sviluppatore | https://www.farmvilledirt.com |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | http://www.farmvilledirt.com/2013/06/introducing-dirt-farmer-click-trap.html |
| Lingue Supportate | 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"
} | |