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
公式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
Eメール [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
}