Premify
Access premium content on websites with paywalls
Cos'è Premify?
Premify è un'estensione di Chrome sviluppata da marcusgustaafklein, e la sua funzione principale è "Access premium content on websites with paywalls".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Premify
Scarica i file di estensione Premify 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
Access content behind paywalls on some sites. Informazioni di Base sull'Estensione
| Nome | |
| ID | bmfgjoiehbbfhcjjhlfbnjconnnkbpjj |
| URL Ufficiale | https://chromewebstore.google.com/detail/premify/bmfgjoiehbbfhcjjhlfbnjconnnkbpjj |
| Descrizione | Access premium content on websites with paywalls |
| Dimensione del File | 3.16 KB |
| Conteggio Installazioni | 114 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2019-05-09 |
| Data di Pubblicazione | 2019-05-08 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | marcusgustaafklein |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |