WhoToFollow

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

什麼是WhoToFollow?

WhoToFollow是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Simple extension for showing number of following/followers of actual user on twitter page.”。

擴展截圖

screenshot
screenshot
screenshot

下載WhoToFollow擴展crx文件

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