Twitter TW Blocker
Blur the tweets containing a trigger warning
Co to jest Twitter TW Blocker?
Twitter TW Blocker to rozszerzenie Chrome opracowane przez tymmesyde, a jego główną funkcją jest „Blur the tweets containing a trigger warning”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter TW Blocker
Pobierz pliki rozszerzeń Twitter TW Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Use Twitter TW Blocker if you want to hide the tweets that have a trigger warning pattern (e.g. TW // content). Just click on the tweet if you want to remove the warning.
Podstawowe informacje o rozszerzeniu
Nazwa | Twitter TW Blocker |
ID | cmgnaiadimhcfkmfehdbindohbenemnk |
Oficjalny URL | https://chromewebstore.google.com/detail/twitter-tw-blocker/cmgnaiadimhcfkmfehdbindohbenemnk |
Opis | Blur the tweets containing a trigger warning |
Rozmiar pliku | 15 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-08-09 |
Data Publikacji | 2020-08-09 |
Deweloper | tymmesyde |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter TW Blocker", "description": "Blur the tweets containing a trigger warning", "version": "1.0", "icons": { "16": "src\/images\/icon_16.png", "32": "src\/images\/icon_32.png", "48": "src\/images\/icon_48.png", "128": "src\/images\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "css": [ "src\/styles\/content.css" ], "js": [ "src\/scripts\/content.js" ] } ], "web_accessible_resources": [ "src\/styles\/content.css" ], "browser_action": { "default_popup": "src\/popup.html", "default_icon": { "16": "src\/images\/icon_16.png", "32": "src\/images\/icon_32.png", "48": "src\/images\/icon_48.png", "128": "src\/images\/icon_128.png" } } } |