TOI Unblocker
This extension unblocks Times of India's Adblocker
Hvad er TOI Unblocker?
TOI Unblocker er en Chrome-udvidelse udviklet af Atharva Johri, og dens hovedfunktion er "This extension unblocks Times of India's Adblocker".
Udvidelsesskærmbilleder
Download TOI Unblocker-udvidelses-CRX-fil
Download TOI Unblocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A simple extension to unblock Times of India articles for adblocked pages. Update v5 Support for Indian Express Update v5.1 Support for NDTV
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gmifbkhofncgnjcalinlemjcplolmion |
Officiel URL | https://chrome.google.com/webstore/detail/toi-unblocker/gmifbkhofncgnjcalinlemjcplolmion |
Beskrivelse | This extension unblocks Times of India's Adblocker |
Filstørrelse | 36.42 KB |
Antal Installationer | 143 |
Nuværende Version | 5.1 |
Senest Opdateret | 2016-10-18 |
Udgivelsesdato | 2016-10-18 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Atharva Johri |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |