IsIs to Tusken Raiders

This extension changes the IsIs to Tusken Raiders on the current page

What is IsIs to Tusken Raiders?

IsIs to Tusken Raiders is a Chrome extension developed by jessehmcdonald, and its main feature is "This extension changes the IsIs to Tusken Raiders on the current page".

Extension Screenshots

screenshot

Download IsIs to Tusken Raiders Extension CRX File

Download IsIs to Tusken Raiders 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

                        Tired of hearing about IsIs? Me too! This extension will spice things up a bit!                    

Extension Basic Information

Name IsIs to Tusken Raiders IsIs to Tusken Raiders
ID pikjamffbldfgmeehclbpgcnegkcknen
Official URL https://chrome.google.com/webstore/detail/isis-to-tusken-raiders/pikjamffbldfgmeehclbpgcnegkcknen
Description This extension changes the IsIs to Tusken Raiders on the current page
File Size 3.94 KB
Installation Count 14
Current Version 1.0
Last Updated 2015-12-19
Publish Date 2015-12-19
Rating 5.00/5 Total 1 Ratings
Developer jessehmcdonald
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IsIs to Tusken Raiders",
    "description": "This extension changes the IsIs to Tusken Raiders on the current page",
    "version": "1.0",
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}