12ft redirect

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

ما هو 12ft redirect؟

12ft redirect هو إضافة Chrome تم تطويرها بواسطة brenopoggiali، والميزة الرئيسية لها هي "This extension redirects the current tab to 12ft.io, a website that removes paywalls.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 12ft redirect

قم بتنزيل ملفات الامتداد 12ft redirect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": []
}