shitpostify

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

Vad är shitpostify?

shitpostify är en Chrome-tillägg utvecklad av atlc, och dess huvudfunktion är "Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!".

Tilläggsskärmbilder

screenshot

Ladda ner shitpostify-förlängningens CRX-fil

Ladda ner shitpostify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn shitpostify shitpostify
ID dojihbiflikelfjnoaljoeiklhgdnijp
Officiell webbadress https://chromewebstore.google.com/detail/shitpostify/dojihbiflikelfjnoaljoeiklhgdnijp
Beskrivning Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!
Filstorlek 46.01 KB
Antal Installationer 85
Aktuell Version 1.0.3
Senast Uppdaterad 2020-03-25
Publiceringsdatum 2020-03-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare atlc
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}