Unofficial Alakazam Online Academy Formatter

Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy

Unofficial Alakazam Online Academy Formatter क्या है?

Unofficial Alakazam Online Academy Formatter Dan Ives द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy"।

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

screenshot

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

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

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

                        This is an unofficial chrome extension that reformats the academy page to a more flexible layout and adds the ability to click on timestamps on certain indexed videos. The plugin will generate a button at the top of the page to process it; should you wish to use the old page layout - click the button the start the recompiling of the page.

Please note: this could technically break at any time should the website change, so note that you may want to disable the plugin if its not behaving properly. Thanks :)                    

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

नाम Unofficial Alakazam Online Academy Formatter Unofficial Alakazam Online Academy Formatter
ID nahlnlagnmgdcfepoaaddfbnmhnnadog
आधिकारिक URL https://chromewebstore.google.com/detail/unofficial-alakazam-onlin/nahlnlagnmgdcfepoaaddfbnmhnnadog
विवरण Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy
फ़ाइल का आकार 68.93 KB
स्थापना संख्या 49
वर्तमान संस्करण 3.0
अंतिम अपडेट 2018-11-29
प्रकाशन तिथि 2018-11-29
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Dan Ives
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unofficial Alakazam Online Academy Formatter",
    "description": "Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy",
    "version": "3.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/alakazam.co.uk\/*",
                "*:\/\/*.alakazam.co.uk\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/main.js"
            ]
        }
    ],
    "icons": {
        "48": "img\/icon_small.png",
        "128": "img\/icon.png"
    }
}