Word Swap

This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…

ما هو Word Swap؟

Word Swap هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…".

تحميل ملف CRX للإضافة Word Swap

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

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

                        This chrome extension allows you to set a word to always appear as a different word on a webpage!

Users have used this app to explore representation of gendered words on webpages, change the news in funny ways, and make explicit language disappear!                    

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

الاسم Word Swap Word Swap
ID fgjfmpicmbkgfiaaeifkejmnibhcpplk
عنوان URL الرسمي https://chromewebstore.google.com/detail/word-swap/fgjfmpicmbkgfiaaeifkejmnibhcpplk
الوصف This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…
حجم الملف 4.95 KB
عدد التثبيتات 41
النسخة الحالية 0.2.2
آخر تحديث 2017-04-19
تاريخ النشر 2017-04-19
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Swap",
    "version": "0.2.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Word Swap",
        "default_popup": "popup.html"
    }
}