Premify
Access premium content on websites with paywalls
What is Premify?
Premify is a Chrome extension developed by marcusgustaafklein, and its main feature is "Access premium content on websites with paywalls".
Extension Screenshots
Download Premify Extension CRX File
Download Premify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Access content behind paywalls on some sites.
Extension Basic Information
Name | Premify |
ID | bmfgjoiehbbfhcjjhlfbnjconnnkbpjj |
Official URL | https://chromewebstore.google.com/detail/premify/bmfgjoiehbbfhcjjhlfbnjconnnkbpjj |
Description | Access premium content on websites with paywalls |
File Size | 3.16 KB |
Installation Count | 114 |
Current Version | 0.1.1 |
Last Updated | 2019-05-09 |
Publish Date | 2019-05-08 |
Rating | 1.00/5 Total 1 Ratings |
Developer | marcusgustaafklein |
Payment Type | free |
Supported Languages | 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" ] } ] } |