12ft redirect

This extension redirects the current tab to 12ft.io, a website that removes paywalls.

12ft redirect क्या है?

12ft redirect brenopoggiali द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension redirects the current tab to 12ft.io, a website that removes paywalls."।

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

screenshot

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

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

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

                        This extension redirects the current tab to 12ft.io, a website that removes paywalls.
HOW TO USE: when you are at a page that has a paywall, just click at the extension and it will redirect you to the 12ft website of that page. This will let you read the content of that page!

Disclaimer: 12ft.io does not support this extension, although we are very thankful for their awesome platform :)                    

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

नाम 12ft redirect 12ft redirect
ID lkndnkfpgdacnjiolbbmkfpanahchbge
आधिकारिक URL https://chromewebstore.google.com/detail/12ft-redirect/lkndnkfpgdacnjiolbbmkfpanahchbge
विवरण This extension redirects the current tab to 12ft.io, a website that removes paywalls.
फ़ाइल का आकार 5.25 KB
स्थापना संख्या 1,697
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-04-18
प्रकाशन तिथि 2022-04-18
रेटिंग 2.67/5 कुल 3 रेटिंग्स
डेवलपर brenopoggiali
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "12ft redirect",
    "description": "This extension redirects the current tab to 12ft.io, a website that removes paywalls.",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_title": "Click to be redirected to the 12ft of this page."
    },
    "content_security_policy": []
}