planternative

This extension replaces meaty words with the truth

ما هو planternative؟

planternative هو إضافة Chrome تم تطويرها بواسطة https://planternative.com، والميزة الرئيسية لها هي "This extension replaces meaty words with the truth".

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

screenshot

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

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

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

                        Language is a powerful tool. It makes up the tracks for our train of thoughts without whom we would be stuck. The bulk of these tracks was layed centuries ago and therefor may lead to places not worth visiting in our modern age. It takes a long time to lay new tracks and retire old ones, here is where we come in.                    

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

الاسم planternative planternative
ID kfclcnhoankhmncphjplefbcajkioljk
عنوان URL الرسمي https://chromewebstore.google.com/detail/planternative/kfclcnhoankhmncphjplefbcajkioljk
الوصف This extension replaces meaty words with the truth
حجم الملف 332 KB
عدد التثبيتات 39
النسخة الحالية 1.0.13
آخر تحديث 2017-11-09
تاريخ النشر 2017-11-09
تقييم 5.00/5 مجموع تقييمات 2
المطور https://planternative.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://planternative.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "planternative",
    "description": "This extension replaces meaty words with the truth",
    "version": "1.0.13",
    "author": "planternative",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "planternative",
        "default_icon": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "xregexp-all.js",
                "replacements.js",
                "whiteList.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}