Unlike All Tweets - U.A.T
Product designed to help users unlike all tweets on social media website.
Unlike All Tweets - U.A.T란 무엇입니까?
Unlike All Tweets - U.A.T은(는) https://getcreativesoftware.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Product designed to help users unlike all tweets on social media website."입니다.
확장 프로그램 스크린샷
Unlike All Tweets - U.A.T 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: 1. Click all like buttons: This feature will allow an end-user to like multiple tweets on Twitter by clicking all like buttons. Using this tool, end-user can like multiple tweets on Twitter. 2. Click all unlike buttons: This feature will allow you to unlike multiple tweets on Twitter by clicking all unlike buttons. Using this tool, end-user will be able to unlike multiple tweets on Twitter. Additional features: - This tool works on any Twitter page that shows like or dis-like buttons. - Allows end-user to specify a custom delay time between each action. contact us at: [email protected] This software is neither created nor endorsed by any third party social media company. Privacy notice: This software neither collects nor transmits any personally identifiable information. This software does not track your browsing behaviour. Information necessary for functioning of this software is stored on the devices of end user, our servers do not have access to this information. For more information please read our privacy policy and terms of service. Privacy policy: https://www.getcreativesoftware.dev/privacy/ Terms of service: https://www.getcreativesoftware.dev/tos/
확장 프로그램 기본 정보
이름 | Unlike All Tweets - U.A.T |
ID | hoaiekalkmhkhkjnlhfbidlodndgaeie |
공식 URL | https://chromewebstore.google.com/detail/unlike-all-tweets-uat/hoaiekalkmhkhkjnlhfbidlodndgaeie |
설명 | Product designed to help users unlike all tweets on social media website. |
파일 크기 | 95.54 KB |
설치 횟수 | 216 |
현재 버전 | 3.0.0.1 |
최근 업데이트 | 2023-07-05 |
출시 날짜 | 2020-02-11 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | https://getcreativesoftware.dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.getcreativesoftware.dev/unlike-all-tweets-for-twitter/ |
도움말 페이지 URL | https://www.getcreativesoftware.dev/unlike-all-tweets-for-twitter/ |
개인정보 보호 정책 페이지 URL | https://www.getcreativesoftware.dev/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unlike All Tweets - U.A.T", "description": "Product designed to help users unlike all tweets on social media website.", "short_name": "U.A.T", "manifest_version": 3, "version": "3.0.0.1", "homepage_url": "https:\/\/www.getcreativesoftware.dev\/unlike-all-tweets-for-twitter\/", "permissions": [ "storage", "tabs", "scripting", "contextMenus", "notifications" ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ], "background": { "service_worker": "background\/background_sw.js" }, "action": { "default_title": "Unlike All Tweets", "default_popup": "popup\/popup.html" }, "icons": { "16": "icon\/16.png", "24": "icon\/24.png", "32": "icon\/32.png", "48": "icon\/48.png", "64": "icon\/64.png", "128": "icon\/128.png", "256": "icon\/256.png", "512": "icon\/512.png" } } |