TOI Unblocker

This extension unblocks Times of India's Adblocker

TOI Unblocker là gì?

TOI Unblocker là một tiện ích mở rộng Chrome được phát triển bởi Atharva Johri, và tính năng chính của nó là "This extension unblocks Times of India's Adblocker".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TOI Unblocker

Tải xuống các tệp mở rộng TOI Unblocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Update v5
Support for Indian Express

Update v5.1
Support for NDTV                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TOI Unblocker TOI Unblocker
ID gmifbkhofncgnjcalinlemjcplolmion
URL Chính Thức https://chrome.google.com/webstore/detail/toi-unblocker/gmifbkhofncgnjcalinlemjcplolmion
Mô tả This extension unblocks Times of India's Adblocker
Kích Thước Tệp 36.42 KB
Số Lần Cài Đặt 143
Phiên Bản Hiện Tại 5.1
Cập Nhật Lần Cuối 2016-10-18
Ngày Phát Hành 2016-10-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Atharva Johri
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}