shitpostify
Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!
Hvad er shitpostify?
shitpostify er en Chrome-udvidelse udviklet af atlc, og dens hovedfunktion er "Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!".
Udvidelsesskærmbilleder
Download shitpostify-udvidelses-CRX-fil
Download shitpostify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | shitpostify |
ID | dojihbiflikelfjnoaljoeiklhgdnijp |
Officiel URL | https://chromewebstore.google.com/detail/shitpostify/dojihbiflikelfjnoaljoeiklhgdnijp |
Beskrivelse | Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt! |
Filstørrelse | 46.01 KB |
Antal Installationer | 85 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2020-03-25 |
Udgivelsesdato | 2020-03-25 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | atlc |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |