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文件

下載Twitter Unlike All擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}