Social To Arse

Replace text 'social' to 'arse'

What is Social To Arse?

Social To Arse is a Chrome extension developed by artemave, and its main feature is "Replace text 'social' to 'arse'".

Extension Screenshots

screenshot
screenshot
screenshot

Download Social To Arse Extension CRX File

Download Social To Arse 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

                        "Cloud To Butt" sequel                    

Extension Basic Information

Name Social To Arse Social To Arse
ID lhhllmdboleffajemnilooddhdhbnook
Official URL https://chromewebstore.google.com/detail/social-to-arse/lhhllmdboleffajemnilooddhdhbnook
Description Replace text 'social' to 'arse'
File Size 3.41 KB
Installation Count 22
Current Version 0.5
Last Updated 2014-12-30
Publish Date 2014-12-29
Rating 5.00/5 Total 2 Ratings
Developer artemave
Email [email protected]
Payment Type free
Extension Website https://github.com/artemave/social-to-arse
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social To Arse",
    "manifest_version": 2,
    "version": "0.5",
    "description": "Replace text 'social' to 'arse'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentscript.js"
            ]
        }
    ]
}