OCFM plus

Enhances overcast.fm with updates to the styling and layout

ما هو OCFM plus؟

OCFM plus هو إضافة Chrome تم تطويرها بواسطة volovar.com، والميزة الرئيسية لها هي "Enhances overcast.fm with updates to the styling and layout".

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

screenshot
screenshot

تحميل ملف CRX للإضافة OCFM plus

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

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

                        Enhances overcast.fm with updates to the styling and layout

- Moves saved podcasts to a drop down in the header
- Changes podcast overview to a 2 column layout
- Updates podcast player and artwork position
- Minor styling tweaks and usability enhancements

How to use:
Install and visit overcast.fm or click the addon icon.                    

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

الاسم OCFM plus OCFM plus
ID mmchmelglcpjmnlafedmpljlackiilde
عنوان URL الرسمي https://chromewebstore.google.com/detail/ocfm-plus/mmchmelglcpjmnlafedmpljlackiilde
الوصف Enhances overcast.fm with updates to the styling and layout
حجم الملف 144 KB
عدد التثبيتات 113
النسخة الحالية 1.0
آخر تحديث 2015-07-03
تاريخ النشر 2015-07-02
تقييم 5.00/5 مجموع تقييمات 4
المطور volovar.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OCFM plus",
    "short_name": "ocfm+",
    "description": "Enhances overcast.fm with updates to the styling and layout",
    "version": "1.0",
    "author": "volovar.com",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/overcast.fm\/*"
            ],
            "css": [
                "ocfm-plus.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "ocfm-plus.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/*png"
    ]
}