shitpostify
Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!
Was ist shitpostify?
shitpostify ist eine Chrome-Erweiterung, die von atlc entwickelt wurde, und ihr Hauptmerkmal ist "Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!".
Erweiterungsscreenshots
shitpostify-Erweiterungs-CRX-Datei herunterladen
Laden Sie shitpostify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | shitpostify |
ID | dojihbiflikelfjnoaljoeiklhgdnijp |
Offizielle URL | https://chromewebstore.google.com/detail/shitpostify/dojihbiflikelfjnoaljoeiklhgdnijp |
Beschreibung | Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt! |
Dateigröße | 46.01 KB |
Installationsanzahl | 85 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2020-03-25 |
Veröffentlichungsdatum | 2020-03-25 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | atlc |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |