WhoToFollow

Simple extension for showing number of following/followers of actual user on twitter page.

Τι είναι το WhoToFollow;

Το WhoToFollow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Simple extension for showing number of following/followers of actual user on twitter page.".

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

screenshot
screenshot
screenshot

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

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

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

                        If you want to increase your follower base on Twitter but you don't want to use various tricks and do it manually, this extension will help you. It provides user information (number of tweets, followers, following and last activity) in list of users. In addition it provides highlighting users which will most likely re-follow us based on following/followers ratio and last activity. 

Best method to increase twitter followers is find big user profile dedicated to your line of interests (e.q. I am devloper for IT), open it's followers and follow them based on their bio and provided information, mostly following/followers ratio, because bigger the ratio, bigger chances for user to re-follow you.

Any questions, suggestions please tweet @jCobbSK                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WhoToFollow WhoToFollow
ID eepjakceehfefaceelphjhiomlnldgel
Επίσημο URL https://chromewebstore.google.com/detail/whotofollow/eepjakceehfefaceelphjhiomlnldgel
Περιγραφή Simple extension for showing number of following/followers of actual user on twitter page.
Μέγεθος Αρχείου 58.08 KB
Αριθμός Εγκαταστάσεων 23
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2015-04-06
Ημερομηνία Δημοσίευσης 2015-04-06
Αξιολόγηση 3.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "128": "images\/128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/followers",
                "https:\/\/twitter.com\/following",
                "https:\/\/twitter.com\/*\/followers",
                "https:\/\/twitter.com\/*\/following"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.gif"
    ],
    "permissions": [
        "storage"
    ],
    "author": "jCobbSK"
}