Times Colonist Subscription Remover
Removes the subscription pop-up from the Times Colonist website.
Vad är Times Colonist Subscription Remover?
Times Colonist Subscription Remover är en Chrome-tillägg utvecklad av Justin Kolberg, och dess huvudfunktion är "Removes the subscription pop-up from the Times Colonist website.".
Tilläggsskärmbilder
Ladda ner Times Colonist Subscription Remover-förlängningens CRX-fil
Ladda ner Times Colonist Subscription Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Removes the subscription pop-up from the Times Colonist website.
Source code at http://github.com/amdprophet/times-colonist-subscription-remover/ Grundläggande Information om Tillägg
| Namn | |
| ID | hpeejnjgokkebabmjhbednpmogijfkcj |
| Officiell webbadress | https://chromewebstore.google.com/detail/times-colonist-subscripti/hpeejnjgokkebabmjhbednpmogijfkcj |
| Beskrivning | Removes the subscription pop-up from the Times Colonist website. |
| Filstorlek | 52.94 KB |
| Antal Installationer | 45 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2019-10-29 |
| Publiceringsdatum | 2019-10-28 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Justin Kolberg |
| Betalningssätt | free |
| Tilläggswebbplats | http://github.com/amdprophet/times-colonist-subscription-remover |
| Hjälpsida URL | http://github.com/amdprophet/times-colonist-subscription-remover/issues |
| Stödda Språk | 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
}
]
} | |