Twitter Unfollow All

Unfollow everyone on Twitter for FREE

Τι είναι το Twitter Unfollow All;

Το Twitter Unfollow All είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hamlab.dev, και η κύρια λειτουργία του είναι "Unfollow everyone on Twitter for FREE".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Twitter Unfollow All

Λήψη αρχείων επέκτασης Twitter Unfollow All σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Unfollow everyone on Twitter in a simple automatic manner for FREE.

Get started:
- Go to your 'Following' page (https://twitter.com/following)
- Start the extension
- Automatically, users will be unfollowed. 
- Press stop at any time

More information can be found at: https://hamlab.dev/twitter-unfollow-all

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.

Other: 
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. Unfollowing too many people frequently can have your account suspended, however we tested the application and unfollowed 25,000 accounts in one go and had no problem.

Privacy: 
This tool uses Google Analytics but other than that, the 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 Unfollow All Twitter Unfollow All
ID mgehkbclkipppdjiemnhmnledicalkld
Επίσημο URL https://chromewebstore.google.com/detail/twitter-unfollow-all/mgehkbclkipppdjiemnhmnledicalkld
Περιγραφή Unfollow everyone on Twitter for FREE
Μέγεθος Αρχείου 43.24 KB
Αριθμός Εγκαταστάσεων 12,932
Τρέχουσα Έκδοση 1.04
Τελευταία Ενημέρωση 2020-07-22
Ημερομηνία Δημοσίευσης 2020-06-06
Αξιολόγηση 3.69/5 Συνολικά 96 Αξιολογήσεις
Προγραμματιστής https://hamlab.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://hamlab.dev/
Διεύθυνση URL της Σελίδας Βοήθειας https://hamlab.dev/twitter-unfollow-all
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Unfollow All",
    "version": "1.04",
    "description": "Unfollow everyone 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
}