Text replacer

You can change any text in any website you want!

ما هو Text replacer؟

Text replacer هو إضافة Chrome تم تطويرها بواسطة madmon18، والميزة الرئيسية لها هي "You can change any text in any website you want!".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Text replacer

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

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

                        With this tool you will be able to replace any text in any website you want 
press "Ctrl + b" to insert the words you want to replace
press "Ctrl + Alt + b" to see the words you already replaced
enjoy!                    

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

الاسم Text replacer Text replacer
ID omigokpnmglhaplhdemeiaigmojaalba
عنوان URL الرسمي https://chromewebstore.google.com/detail/text-replacer/omigokpnmglhaplhdemeiaigmojaalba
الوصف You can change any text in any website you want!
حجم الملف 1.33 MB
عدد التثبيتات 420
النسخة الحالية 1.2
آخر تحديث 2017-12-17
تاريخ النشر 2017-12-17
تقييم 2.20/5 مجموع تقييمات 5
المطور madmon18
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text replacer",
    "description": "You can change any text in any website you want!",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "yair.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "yair.js"
            ]
        }
    ]
}