1-click blocker for Twitter
Block users on Twitter in one click instead of 3.
Vad är 1-click blocker for Twitter?
1-click blocker for Twitter är en Chrome-tillägg utvecklad av dara_tobi, och dess huvudfunktion är "Block users on Twitter in one click instead of 3.".
Tilläggsskärmbilder
Ladda ner 1-click blocker for Twitter-förlängningens CRX-fil
Ladda ner 1-click blocker for Twitter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | clhbjgbdocpldiobndgnlijdcmpppkhl |
| Officiell webbadress | https://chromewebstore.google.com/detail/1-click-blocker-for-twitt/clhbjgbdocpldiobndgnlijdcmpppkhl |
| Beskrivning | Block users on Twitter in one click instead of 3. |
| Filstorlek | 11.77 KB |
| Antal Installationer | 937 |
| Aktuell Version | 1.0.6 |
| Senast Uppdaterad | 2024-03-04 |
| Publiceringsdatum | 2023-03-26 |
| Betyg | 4.73/5 Totalt 22 Betyg |
| Utvecklare | dara_tobi |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://twitter.com/dara_tobi |
| Hjälpsida URL | https://twitter.com/dara_tobi |
| Stödda Språk | 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"
} | |