Picarto Link Warning Redirect
Skip the warning page from picarto.tv when clicking links in chat
ما هو Picarto Link Warning Redirect؟
Picarto Link Warning Redirect هو إضافة Chrome تم تطويرها بواسطة Silari، والميزة الرئيسية لها هي "Skip the warning page from picarto.tv when clicking links in chat".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Picarto Link Warning Redirect
قم بتنزيل ملفات الامتداد Picarto Link Warning Redirect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically redirects any clicked links in a picarto.tv chat from the picarto outgoing link warning page to the original URL. Update 1.0.1 adds www.picarto.tv URLs to the permissions due to picarto changing the URL of their warning page.
معلومات أساسية عن التمديد
الاسم | Picarto Link Warning Redirect |
ID | iolbllbmkpecgjmdhflgnmhdijgjfhbh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/picarto-link-warning-redi/iolbllbmkpecgjmdhflgnmhdijgjfhbh |
الوصف | Skip the warning page from picarto.tv when clicking links in chat |
حجم الملف | 6.65 KB |
عدد التثبيتات | 96 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2021-04-10 |
تاريخ النشر | 2019-01-13 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Silari |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picarto Link Warning Redirect", "description": "Skip the warning page from picarto.tv when clicking links in chat", "version": "1.0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/picarto.tv\/*", "*:\/\/www.picarto.tv\/*" ] } |