12ft

Hop the paywall, browse a cleaner web

12ft क्या है?

12ft Thomas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hop the paywall, browse a cleaner web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 12ft एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम 12ft 12ft
ID nmccamaemgaapokidgbgackjeedocejl
आधिकारिक URL https://chromewebstore.google.com/detail/12ft/nmccamaemgaapokidgbgackjeedocejl
विवरण Hop the paywall, browse a cleaner web
फ़ाइल का आकार 909 KB
स्थापना संख्या 2,175
वर्तमान संस्करण 1.01
अंतिम अपडेट 2021-08-31
प्रकाशन तिथि 2021-05-30
रेटिंग 2.00/5 कुल 18 रेटिंग्स
डेवलपर Thomas
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://12ft.io
सहायता पृष्ठ URL https://12ft.io/support
समर्थित भाषाएँ 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"
    ]
}