12ft

Hop the paywall, browse a cleaner web

Wat is 12ft?

12ft is een Chrome-extensie ontwikkeld door Thomas, en de belangrijkste functie is "Hop the paywall, browse a cleaner web".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 12ft

Download 12ft-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

                        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.                    

Basisinformatie over de Extensie

Naam 12ft 12ft
ID nmccamaemgaapokidgbgackjeedocejl
Officiële URL https://chromewebstore.google.com/detail/12ft/nmccamaemgaapokidgbgackjeedocejl
Beschrijving Hop the paywall, browse a cleaner web
Bestandsgrootte 909 KB
Aantal Installaties 2,175
Huidige Versie 1.01
Laatst Bijgewerkt 2021-08-31
Publicatiedatum 2021-05-30
Beoordeling 2.00/5 Totaal 18 Beoordelingen
Ontwikkelaar Thomas
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://12ft.io
Help Pagina-URL https://12ft.io/support
Ondersteunde Talen 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"
    ]
}