12ft
Hop the paywall, browse a cleaner web
What is 12ft?
12ft is a Chrome extension developed by Thomas, and its main feature is "Hop the paywall, browse a cleaner web".
Extension Screenshots
Download 12ft Extension CRX File
Download 12ft 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
12ft Pro is a browser extension that will automatically remove paywalls, banner ads, and other popups your favorite websites. You can try the service for free at 12ft.io, the extension just does it better and automatically.
Extension Basic Information
Name | 12ft |
ID | nmccamaemgaapokidgbgackjeedocejl |
Official URL | https://chromewebstore.google.com/detail/12ft/nmccamaemgaapokidgbgackjeedocejl |
Description | Hop the paywall, browse a cleaner web |
File Size | 909 KB |
Installation Count | 2,175 |
Current Version | 1.01 |
Last Updated | 2021-08-31 |
Publish Date | 2021-05-30 |
Rating | 2.00/5 Total 18 Ratings |
Developer | Thomas |
[email protected] | |
Payment Type | free |
Extension Website | https://12ft.io |
Help Page URL | https://12ft.io/support |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "12ft", "version": "1.01", "description": "Hop the paywall, browse a cleaner web", "author": "Thomas Millar", "icons": { "128": "icons\/12ft-icon-dark-128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_name": "12ft", "default_title": "12ft \u2013 Hop the paywall", "default_icon": { "128": "icons\/12ft-icon-128.png" } }, "permissions": [ "storage", "tabs" ] } |