Times Colonist Subscription Remover
Removes the subscription pop-up from the Times Colonist website.
Cos'è Times Colonist Subscription Remover?
Times Colonist Subscription Remover è un'estensione di Chrome sviluppata da Justin Kolberg, e la sua funzione principale è "Removes the subscription pop-up from the Times Colonist website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Times Colonist Subscription Remover
Scarica i file di estensione Times Colonist Subscription Remover 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
Removes the subscription pop-up from the Times Colonist website.
Source code at http://github.com/amdprophet/times-colonist-subscription-remover/ Informazioni di Base sull'Estensione
| Nome | |
| ID | hpeejnjgokkebabmjhbednpmogijfkcj |
| URL Ufficiale | https://chromewebstore.google.com/detail/times-colonist-subscripti/hpeejnjgokkebabmjhbednpmogijfkcj |
| Descrizione | Removes the subscription pop-up from the Times Colonist website. |
| Dimensione del File | 52.94 KB |
| Conteggio Installazioni | 45 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2019-10-29 |
| Data di Pubblicazione | 2019-10-28 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Justin Kolberg |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://github.com/amdprophet/times-colonist-subscription-remover |
| URL della Pagina di Aiuto | http://github.com/amdprophet/times-colonist-subscription-remover/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Times Colonist Subscription Remover",
"version": "1.2",
"manifest_version": 2,
"description": "Removes the subscription pop-up from the Times Colonist website.",
"homepage_url": "http:\/\/github.com\/amdprophet\/times-colonist-subscription-remover",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.timescolonist.com\/*"
],
"css": [
"main.css"
],
"js": [
"jquery-1.9.1.min.js",
"main.js"
],
"all_frames": true
}
]
} | |