Twitter Unlike All

Unlike every tweet on Twitter for FREE

Twitter Unlike All란 무엇입니까?

Twitter Unlike All은(는) https://hamlab.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unlike every tweet on Twitter for FREE"입니다.

확장 프로그램 스크린샷

screenshot

Twitter Unlike All 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Twitter Unlike All Twitter Unlike All
ID ginpbollfdbbmlmehccedhcnpdmjgjek
공식 URL https://chromewebstore.google.com/detail/twitter-unlike-all/ginpbollfdbbmlmehccedhcnpdmjgjek
설명 Unlike every tweet on Twitter for FREE
파일 크기 43.66 KB
설치 횟수 4,521
현재 버전 1.03
최근 업데이트 2020-07-22
출시 날짜 2020-06-06
평점 3.40/5 총 15 개의 평점
개발자 https://hamlab.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hamlab.dev/
도움말 페이지 URL https://hamlab.dev/twitter-unlike-all
지원되는 언어 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
}