shitpostify
Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!
Cos'è shitpostify?
shitpostify è un'estensione di Chrome sviluppata da atlc, e la sua funzione principale è "Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione shitpostify
Scarica i file di estensione shitpostify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dojihbiflikelfjnoaljoeiklhgdnijp |
| URL Ufficiale | https://chromewebstore.google.com/detail/shitpostify/dojihbiflikelfjnoaljoeiklhgdnijp |
| Descrizione | Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt! |
| Dimensione del File | 46.01 KB |
| Conteggio Installazioni | 85 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2020-03-25 |
| Data di Pubblicazione | 2020-03-25 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | atlc |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |