Image rotator

One of the less useful extensions out there.

ما هو Image rotator؟

Image rotator هو إضافة Chrome تم تطويرها بواسطة FH، والميزة الرئيسية لها هي "One of the less useful extensions out there.".

تحميل ملف CRX للإضافة Image rotator

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

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

                        Does what the title says it does.                    

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

الاسم Image rotator Image rotator
ID amplighgcpifjbdglmkhhcafffaafpoc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc
الوصف One of the less useful extensions out there.
حجم الملف 3.86 KB
عدد التثبيتات 10
النسخة الحالية 1.0
آخر تحديث 2013-12-15
تاريخ النشر 2013-12-15
تقييم 1.00/5 مجموع تقييمات 3
المطور FH
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image rotator",
    "description": "One of the less useful extensions out there.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}