Shoutout To Simpleflips.

Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…

ما هو Shoutout To Simpleflips.؟

Shoutout To Simpleflips. هو إضافة Chrome تم تطويرها بواسطة yoshiquest، والميزة الرئيسية لها هي "Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Shoutout To Simpleflips.

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

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

                        Wanna Shout Simp Out?

Well now you can, with the new Shoutout To Simpleflips Chrome Extension!

This extension replaces all the text it can find with "Shoutout to Simpleflips."

Please note that the extension can't always find all of the text (especially noticable on twitter). It still works for most websites though, including Youtube, Reddit, and even Stack Overflow!                    

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

الاسم Shoutout To Simpleflips. Shoutout To Simpleflips.
ID bbhbadaidmbhkdipoipcinggbcgllggi
عنوان URL الرسمي https://chromewebstore.google.com/detail/shoutout-to-simpleflips/bbhbadaidmbhkdipoipcinggbcgllggi
الوصف Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…
حجم الملف 101 KB
عدد التثبيتات 31
النسخة الحالية 1.0.0
آخر تحديث 2016-08-08
تاريخ النشر 2016-08-07
تقييم 4.91/5 مجموع تقييمات 11
المطور yoshiquest
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shoutout To Simpleflips.",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "shoutout_to_simpleflips.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}