Ruruonline MultiToolBar

Ruruonline MultiToolBar created by Neil

What is Ruruonline MultiToolBar?

Ruruonline MultiToolBar is a Chrome extension developed by http://ruruonline.com, and its main feature is "Ruruonline MultiToolBar created by Neil".

Extension Screenshots

screenshot

Download Ruruonline MultiToolBar Extension CRX File

Download Ruruonline MultiToolBar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Ruruonline.com multi tool bar created by neil
instructions 
twitter.com - go to someone who has followers and click the follow button. It will follow all their followers

instagram -go to instagram.com and log in and click mass liker and it will like everyone on the page


Facebook invite tool - go to a page or an event page and click invite friends and then click the facebook invite all button                    

Extension Basic Information

Name Ruruonline MultiToolBar Ruruonline MultiToolBar
ID eolkaalaaaffebhggjgddoikolpdhfeb
Official URL https://chrome.google.com/webstore/detail/ruruonline-multitoolbar/eolkaalaaaffebhggjgddoikolpdhfeb
Description Ruruonline MultiToolBar created by Neil
File Size 96.29 KB
Installation Count 62
Current Version 1.3
Last Updated 2015-04-22
Publish Date 2015-04-22
Rating 5.00/5 Total 1 Ratings
Developer http://ruruonline.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ruruonline MultiToolBar",
    "description": "Ruruonline MultiToolBar created by Neil",
    "version": "1.3",
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}