Compact Overcast

Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.

Compact Overcast क्या है?

Compact Overcast Charlotte Tan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Compact Overcast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.                    

एक्सटेंशन की मूल जानकारी

नाम Compact Overcast Compact Overcast
ID nehohgccffbnegdhmejemnbldacpnned
आधिकारिक URL https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned
विवरण Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.
फ़ाइल का आकार 35.6 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-10-30
प्रकाशन तिथि 2016-10-30
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Charlotte Tan
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/charlottetan/compact-overcastfm
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Compact Overcast",
    "description": "Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.",
    "version": "1.0",
    "author": "Charlotte Tan",
    "browser_action": {
        "default_icon": "images\/icon-96x96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/overcast.fm\/*"
            ],
            "exclude_matches": [
                "https:\/\/overcast.fm\/podcasts"
            ],
            "css": [
                "compactOvercast.css"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "compactOvercast.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}