1-click blocker for Twitter
Block users on Twitter in one click instead of 3.
Cos'è 1-click blocker for Twitter?
1-click blocker for Twitter è un'estensione di Chrome sviluppata da dara_tobi, e la sua funzione principale è "Block users on Twitter in one click instead of 3.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 1-click blocker for Twitter
Scarica i file di estensione 1-click blocker for Twitter 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
This extension modifies Twitter by adding a block button to each Tweet. The block button that is added enables a user to block the owner of the Tweet in one click instead of the usual 3 clicks (1. open tweet menu, 2. click block user, 3. confirm block)
You can now block users from ANYWHERE! There's now a block button on the list of users on the Likes, followers, and reposts pages. This is a universal 1-click solution to your Twitter blocking problems. Informazioni di Base sull'Estensione
| Nome | |
| ID | clhbjgbdocpldiobndgnlijdcmpppkhl |
| URL Ufficiale | https://chromewebstore.google.com/detail/1-click-blocker-for-twitt/clhbjgbdocpldiobndgnlijdcmpppkhl |
| Descrizione | Block users on Twitter in one click instead of 3. |
| Dimensione del File | 11.77 KB |
| Conteggio Installazioni | 937 |
| Versione Corrente | 1.0.6 |
| Ultimo Aggiornamento | 2024-03-04 |
| Data di Pubblicazione | 2023-03-26 |
| Valutazione | 4.73/5 Totale 22 Valutazioni |
| Sviluppatore | dara_tobi |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://twitter.com/dara_tobi |
| URL della Pagina di Aiuto | https://twitter.com/dara_tobi |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Dara Oladosu",
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*",
"https:\/\/twitter.com\/*"
],
"js": [
"index.js"
]
}
],
"description": "Block users on Twitter in one click instead of 3.",
"icons": {
"48": "images\/one-click-blocker.png"
},
"manifest_version": 3,
"name": "1-click blocker for Twitter",
"offline_enabled": true,
"short_name": "Twitter 1-click blocker",
"version": "1.0.6"
} | |