TOI Unblocker

This extension unblocks Times of India's Adblocker

What is TOI Unblocker?

TOI Unblocker is a Chrome extension developed by Atharva Johri, and its main feature is "This extension unblocks Times of India's Adblocker".

Extension Screenshots

screenshot

Download TOI Unblocker Extension CRX File

Download TOI Unblocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple extension to unblock Times of India articles for adblocked pages.

Update v5
Support for Indian Express

Update v5.1
Support for NDTV                    

Extension Basic Information

Name TOI Unblocker TOI Unblocker
ID gmifbkhofncgnjcalinlemjcplolmion
Official URL https://chrome.google.com/webstore/detail/toi-unblocker/gmifbkhofncgnjcalinlemjcplolmion
Description This extension unblocks Times of India's Adblocker
File Size 36.42 KB
Installation Count 143
Current Version 5.1
Last Updated 2016-10-18
Publish Date 2016-10-18
Rating 5.00/5 Total 2 Ratings
Developer Atharva Johri
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TOI Unblocker",
    "description": "This extension unblocks Times of India's Adblocker",
    "version": "5.1",
    "browser_action": {
        "default_icon": "static\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.indiatimes.com\/*",
                "*:\/\/*.timesofindia.indiatimes.com\/*",
                "*:\/\/*.intoday.in\/*",
                "*:\/\/*.hindustantimes.com\/*",
                "*:\/\/*.indianexpress.com\/*"
            ],
            "css": [
                "unblocker.css"
            ],
            "js": [
                "static\/jquery.js",
                "unblocker.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.indiatimes.com\/*",
                "*:\/\/*.timesofindia.indiatimes.com\/*",
                "*:\/\/*.intoday.in\/*"
            ],
            "css": [
                "unblocker.css"
            ],
            "js": [
                "static\/jquery.js",
                "unblocker-postload.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.intoday.in\/*"
            ],
            "js": [
                "static\/jquery.js",
                "unblocker-intoday.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ndtv.com\/*"
            ],
            "js": [
                "static\/jquery.js",
                "unblocker-ndtv.js"
            ]
        }
    ]
}