Outline Redirect

This extension redirects the current tab to Outline.com, a website that removes paywalls.

ما هو Outline Redirect؟

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

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

screenshot

تحميل ملف CRX للإضافة Outline Redirect

قم بتنزيل ملفات الامتداد Outline Redirect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 Outline website of that page. This will let you read the content of that page!

Disclaimer: Outline.com does not support this extension, although we are very thankful for their awesome platform :)                    

معلومات أساسية عن التمديد

الاسم Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
عنوان URL الرسمي https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
الوصف This extension redirects the current tab to Outline.com, a website that removes paywalls.
حجم الملف 8.42 KB
عدد التثبيتات 2,372
النسخة الحالية 1.0.1
آخر تحديث 2020-04-29
تاريخ النشر 2020-04-29
تقييم 4.60/5 مجموع تقييمات 10
المطور brenopoggiali
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/brenopoggiali/outline-extension
عنوان صفحة المساعدة https://github.com/brenopoggiali/outline-extension/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outline Redirect",
    "description": "This extension redirects the current tab to Outline.com, a website that removes paywalls.",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "Click to be redirected to the Outline of this page."
    },
    "permissions": [
        "tabs"
    ]
}