shitpostify

Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!

What is shitpostify?

shitpostify is a Chrome extension developed by atlc, and its main feature is "Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!".

Extension Screenshots

screenshot

Download shitpostify Extension CRX File

Download shitpostify 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

                        Needed a way to quickly mock someone's comment online, with minimal effort? Thankfully, shitpostify fills that gap for you!

All you need to do is right-click on a highlighted block of text, then click "Shitpostify highlighted text?" to see that Internet Tough Guy's comment ridiculed.

Source code is at https://github.com/atlc/shitpostify-extension, any contributions or suggestions for improvement are greatly appreciated.                    

Extension Basic Information

Name shitpostify shitpostify
ID dojihbiflikelfjnoaljoeiklhgdnijp
Official URL https://chromewebstore.google.com/detail/shitpostify/dojihbiflikelfjnoaljoeiklhgdnijp
Description Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!
File Size 46.01 KB
Installation Count 85
Current Version 1.0.3
Last Updated 2020-03-25
Publish Date 2020-03-25
Rating 5.00/5 Total 1 Ratings
Developer atlc
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "shitpostify",
    "version": "1.0.3",
    "description": "Right-click highlighted text to turn it into an EMOJi\ud83d\ude89lAdEn\u2642\ufe0fcOpYpasTA\ud83d\udcb0sHiTpoSt!",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "64": "\/icons\/64.png",
        "128": "\/icons\/128.png"
    }
}