Premify
Access premium content on websites with paywalls
Wat is Premify?
Premify is een Chrome-extensie ontwikkeld door marcusgustaafklein, en de belangrijkste functie is "Access premium content on websites with paywalls".
Extensie Screenshots
Download het CRX-bestand van de extensie Premify
Download Premify-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
Access content behind paywalls on some sites. Basisinformatie over de Extensie
| Naam | |
| ID | bmfgjoiehbbfhcjjhlfbnjconnnkbpjj |
| Officiële URL | https://chromewebstore.google.com/detail/premify/bmfgjoiehbbfhcjjhlfbnjconnnkbpjj |
| Beschrijving | Access premium content on websites with paywalls |
| Bestandsgrootte | 3.16 KB |
| Aantal Installaties | 114 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2019-05-09 |
| Publicatiedatum | 2019-05-08 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | marcusgustaafklein |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.1.1",
"name": "Premify",
"description": "Access premium content on websites with paywalls",
"content_scripts": [
{
"matches": [
"https:\/\/www.nzherald.co.nz\/*"
],
"js": [
"content.js"
]
}
]
} | |