shitpostify

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

Wat is shitpostify?

shitpostify is een Chrome-extensie ontwikkeld door atlc, en de belangrijkste functie is "Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie shitpostify

Download shitpostify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam shitpostify shitpostify
ID dojihbiflikelfjnoaljoeiklhgdnijp
Officiële URL https://chromewebstore.google.com/detail/shitpostify/dojihbiflikelfjnoaljoeiklhgdnijp
Beschrijving Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!
Bestandsgrootte 46.01 KB
Aantal Installaties 85
Huidige Versie 1.0.3
Laatst Bijgewerkt 2020-03-25
Publicatiedatum 2020-03-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar atlc
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}