Twitter Unlike All
Unlike every tweet on Twitter for FREE
¿Qué es Twitter Unlike All?
Twitter Unlike All es una extensión de Chrome desarrollada por https://hamlab.dev, y su función principal es "Unlike every tweet on Twitter for FREE".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitter Unlike All
Descarga archivos de extensión Twitter Unlike All 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
Unlike every tweet that you've previously liked on Twitter for FREE. Get started: - Go to your 'Likes' page (twitter.com/{twitterHandle}/likes) - Start the extension - Automatically, tweets will be unliked. - Press stop at any time NOTE - The extension might cease to function if you are jumping browser tabs, it's best to keep the the tab open and active whilst the extension is running. You can in the meantime open up another instance of Chrome or use other browsers so that you can keep on using your computer. Note: This software is not endorsed or in anyway associated with Twitter and you should use with caution as we take no responsibility for any problems encountered by using this tool. Privacy: This software does not record or store any of your data. Donate: If you found this product useful, please consider a small donation - https://hamlab.dev/donate
Información Básica de la Extensión
Nombre | Twitter Unlike All |
ID | ginpbollfdbbmlmehccedhcnpdmjgjek |
URL Oficial | https://chromewebstore.google.com/detail/twitter-unlike-all/ginpbollfdbbmlmehccedhcnpdmjgjek |
Descripción | Unlike every tweet on Twitter for FREE |
Tamaño del Archivo | 43.66 KB |
Cantidad de Instalaciones | 4,521 |
Versión Actual | 1.03 |
Última Actualización | 2020-07-22 |
Fecha de Publicación | 2020-06-06 |
Calificación | 3.40/5 Total de 15 Calificaciones |
Desarrollador | https://hamlab.dev |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://hamlab.dev/ |
URL de la Página de Ayuda | https://hamlab.dev/twitter-unlike-all |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Unlike All", "version": "1.03", "description": "Unlike every tweet on Twitter for FREE", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "web_accessible_resources": [ "images\/*" ], "manifest_version": 2 } |