Tv Calendar Enhancement
Search links for today released episodes in Tv Calendar - http://www.pogdesign.co.uk/cat/
Cos'è Tv Calendar Enhancement?
Tv Calendar Enhancement è un'estensione di Chrome sviluppata da Ján Koščo, e la sua funzione principale è "Search links for today released episodes in Tv Calendar - http://www.pogdesign.co.uk/cat/".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tv Calendar Enhancement
Scarica i file di estensione Tv Calendar Enhancement in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Default search "engine" is Torrentz.eu. You can specify your own e.g. thepiratebay.se/search/
Settings - see previews
* Link below episode info
* Episode title became link Informazioni di Base sull'Estensione
| Nome | |
| ID | hlppodmkbcfdekajhpdgjikidbdcoknd |
| URL Ufficiale | https://chromewebstore.google.com/detail/tv-calendar-enhancement/hlppodmkbcfdekajhpdgjikidbdcoknd |
| Descrizione | Search links for today released episodes in Tv Calendar - http://www.pogdesign.co.uk/cat/ |
| Dimensione del File | 12.43 KB |
| Conteggio Installazioni | 35 |
| Versione Corrente | 0.5.2 |
| Ultimo Aggiornamento | 2013-01-21 |
| Data di Pubblicazione | 2013-01-19 |
| Valutazione | 2.50/5 Totale 4 Valutazioni |
| Sviluppatore | Ján Koščo |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tv Calendar Enhancement",
"version": "0.5.2",
"description": "Search links for today released episodes in Tv Calendar - http:\/\/www.pogdesign.co.uk\/cat\/",
"icons": {
"128": "img\/icon128.png",
"48": "img\/icon48.png",
"16": "img\/icon16.png"
},
"background": {
"scripts": [
"background.js"
]
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"*:\/\/www.pogdesign.co.uk\/cat\/"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
]
} | |