Fabtastic

Make your internet fabulous

ما هو Fabtastic؟

Fabtastic هو إضافة Chrome تم تطويرها بواسطة brglasser، والميزة الرئيسية لها هي "Make your internet fabulous".

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

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

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

                        Add a little color to your life and to your web pages by making the paragraphs on the pages you visit randomly cycle through all the color of the rainbow.  Its fabulous!                    

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

الاسم Fabtastic Fabtastic
ID hlaommfhegpfgfpoefldlclapaphakjb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/fabtastic/hlaommfhegpfgfpoefldlclapaphakjb
الوصف Make your internet fabulous
حجم الملف 86.08 KB
عدد التثبيتات 80
النسخة الحالية 1.0.0
آخر تحديث 2017-02-04
تاريخ النشر 2017-02-04
تقييم 2.60/5 مجموع تقييمات 5
المطور brglasser
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fabtastic",
    "version": "1.0.0",
    "author": "Ben Glasser",
    "description": "Make your internet fabulous",
    "icons": {
        "16": "rainbow-icon16.png",
        "48": "rainbow-icon48.png",
        "128": "rainbow-icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}