TOI Unblocker
This extension unblocks Times of India's Adblocker
Wat is TOI Unblocker?
TOI Unblocker is een Chrome-extensie ontwikkeld door Atharva Johri, en de belangrijkste functie is "This extension unblocks Times of India's Adblocker".
Extensie Screenshots
Download het CRX-bestand van de extensie TOI Unblocker
Download TOI Unblocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple extension to unblock Times of India articles for adblocked pages. Update v5 Support for Indian Express Update v5.1 Support for NDTV
Basisinformatie over de Extensie
Naam | |
ID | gmifbkhofncgnjcalinlemjcplolmion |
Officiële URL | https://chrome.google.com/webstore/detail/toi-unblocker/gmifbkhofncgnjcalinlemjcplolmion |
Beschrijving | This extension unblocks Times of India's Adblocker |
Bestandsgrootte | 36.42 KB |
Aantal Installaties | 143 |
Huidige Versie | 5.1 |
Laatst Bijgewerkt | 2016-10-18 |
Publicatiedatum | 2016-10-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Atharva Johri |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |