IT'S TIME FOR ALEX!

Alex time...

ما هو IT'S TIME FOR ALEX!؟

IT'S TIME FOR ALEX! هو إضافة Chrome تم تطويرها بواسطة JordanWelch، والميزة الرئيسية لها هي "Alex time...".

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

screenshot
screenshot

تحميل ملف CRX للإضافة IT'S TIME FOR ALEX!

قم بتنزيل ملفات الامتداد IT'S TIME FOR ALEX! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Just a little project I made for my digital media class in school along with my friends, Alex and Davis. Thank you to the maker of the TIME TO STOP extension and Filthy Frank for the inspiration. No Alexes were harmed in the making of this extension.                    

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

الاسم IT'S TIME FOR ALEX! IT'S TIME FOR ALEX!
ID ibjnjklanhlepfahlbfohminnhinnbmk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk
الوصف Alex time...
حجم الملف 15.7 MB
عدد التثبيتات 307
النسخة الحالية 1.0
آخر تحديث 2019-03-27
تاريخ النشر 2019-03-27
تقييم 4.67/5 مجموع تقييمات 3
المطور JordanWelch
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "TIME FOR ALEX"
    },
    "content_scripts": [
        {
            "css": [
                "timetostop.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "description": "Alex time... ",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "IT'S TIME FOR ALEX!",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "assets\/*"
    ]
}