shitpostify

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

ما هو shitpostify؟

shitpostify هو إضافة Chrome تم تطويرها بواسطة atlc، والميزة الرئيسية لها هي "Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة shitpostify

قم بتنزيل ملفات الامتداد shitpostify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم shitpostify shitpostify
ID dojihbiflikelfjnoaljoeiklhgdnijp
عنوان URL الرسمي https://chromewebstore.google.com/detail/shitpostify/dojihbiflikelfjnoaljoeiklhgdnijp
الوصف Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!
حجم الملف 46.01 KB
عدد التثبيتات 85
النسخة الحالية 1.0.3
آخر تحديث 2020-03-25
تاريخ النشر 2020-03-25
تقييم 5.00/5 مجموع تقييمات 1
المطور atlc
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}