Listen To This KGP

A chrome extension that substitutes new pages with pictures from KGP and music shared in the public group Listen to this KGP

Listen To This KGP क्या है?

Listen To This KGP https://iashris.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that substitutes new pages with pictures from KGP and music shared in the public group Listen to this KGP"।

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

screenshot
screenshot
screenshot

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

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

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

                        Miss KGP like I do? Well, this extention lets you have a peek at some of the memories of the campus through the stellar pictures captured by the amazing photographers of the campus. The extension also brings up random music suggestions recommended by KGPians in the Listen to This KGP Facebook group. 

Update 0.3 : Implement save to playlist and reload feature
Update 0.4 : Restrict content script permission to required URLs
Update 0.5 : Create hashing on client side every 5 hours, backend optimizations
Update 0.6 : Not replaced localhost
Update 0.7 : Get all errors fixed
Update 0.8 : Not replaced localhost                    

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

नाम Listen To This KGP Listen To This KGP
ID pbigobacphjlfggebincmppkbfbejelm
आधिकारिक URL https://chromewebstore.google.com/detail/listen-to-this-kgp/pbigobacphjlfggebincmppkbfbejelm
विवरण A chrome extension that substitutes new pages with pictures from KGP and music shared in the public group Listen to this KGP
फ़ाइल का आकार 47.09 KB
स्थापना संख्या 39
वर्तमान संस्करण 0.8
अंतिम अपडेट 2017-08-20
प्रकाशन तिथि 2017-08-20
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर https://iashris.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Listen To This KGP",
    "description": "A chrome extension that substitutes new pages with pictures from KGP and music shared in the public group Listen to this KGP",
    "version": "0.8",
    "incognito": "split",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "permissions": [
        "storage",
        "http:\/\/fierce-sands-92451.herokuapp.com\/*",
        "http:\/\/localhost:5000\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/\/*",
                "*:\/\/fierce-sands-92451.herokuapp.com\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "script.js"
            ]
        }
    ]
}