Hide Twitter / X.com Ads
Free tool that hides Promoted Tweets while you browse Twitter (X.com).
¿Qué es Hide Twitter / X.com Ads?
Hide Twitter / X.com Ads es una extensión de Chrome desarrollada por Ryan Kulp, y su función principal es "Free tool that hides Promoted Tweets while you browse Twitter (X.com).".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hide Twitter / X.com Ads
Descarga archivos de extensión Hide Twitter / X.com Ads en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
**Updated August 2023 to support new X.com ads!**
Hate seeing the same ads over and over again? Hate Twitter / X.com ads in general?
This tool is free, doesn't require signup, and does not track anything you do.
Blocks sponsored/promoted Tweets in several languages.
To request new languages or customize your Twitter ad-block settings, go here:
https://github.com/ryanckulp/twitter_ad_blocker/issues/new Información Básica de la Extensión
| Nombre | |
| ID | bapmhjebfdbdpjjfafnkfidijkjlkakf |
| URL Oficial | https://chromewebstore.google.com/detail/hide-twitter-xcom-ads/bapmhjebfdbdpjjfafnkfidijkjlkakf |
| Descripción | Free tool that hides Promoted Tweets while you browse Twitter (X.com). |
| Tamaño del Archivo | 13.74 KB |
| Cantidad de Instalaciones | 14,826 |
| Versión Actual | 1.1.8 |
| Última Actualización | 2023-09-26 |
| Fecha de Publicación | 2017-01-25 |
| Calificación | 3.83/5 Total de 98 Calificaciones |
| Desarrollador | Ryan Kulp |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://github.com/ryanckulp/twitter_ad_blocker |
| URL de la Página de Ayuda | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
| URL de la Página de Política de Privacidad | https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy |
| Idiomas Soportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hide Twitter \/ X.com Ads",
"action": [],
"short_name": "Hide Twitter Ads",
"description": "Free tool that hides Promoted Tweets while you browse Twitter (X.com).",
"version": "1.1.8",
"icons": {
"16": "img\/hide-twitter-ads-16.png",
"48": "img\/hide-twitter-ads-48.png",
"128": "img\/hide-twitter-ads-128.png"
},
"permissions": [],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.twitter.com\/*",
"https:\/\/*.twitter.com\/*"
],
"js": [
"content.js"
]
}
]
} | |