Clear This Page
Bypass the clutter from any web article
ما هو Clear This Page؟
Clear This Page هو إضافة Chrome تم تطويرها بواسطة http://clearthis.page، والميزة الرئيسية لها هي "Bypass the clutter from any web article".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clear This Page
قم بتنزيل ملفات الامتداد Clear This Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This service takes any web article or news page and returns only the relevant content, freeing you from any clutter, including ads, paywalls, article limits, popups and more. Trigger the extension by clicking on its icon or using the context menu (right click of the mouse) on any page or link.
معلومات أساسية عن التمديد
الاسم | |
ID | jhmmoamfcbidmbmnphlimaombiflfalm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm |
الوصف | Bypass the clutter from any web article |
حجم الملف | 5.67 KB |
عدد التثبيتات | 6,113 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 4.33/5 مجموع تقييمات 33 |
المطور | http://clearthis.page |
البريد الإلكتروني | [email protected] |
موقع الإضافة | https://clearthis.page |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear This Page", "description": "Bypass the clutter from any web article", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ], "browser_action": { "name": "Click to extract content from the current browser tab" }, "icons": { "128": "icon1.png" }, "manifest_version": 2 } |