Twitter Unlike All

Unlike every tweet on Twitter for FREE

Что такое Twitter Unlike All?

Twitter Unlike All - это расширение Chrome, разработанное https://hamlab.dev, и его основная функция - "Unlike every tweet on Twitter for FREE".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Twitter Unlike All

Скачайте файлы расширений 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
Электронная почта [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
}