NYTimes Free
This extension prevents the NYTimes website from limiting the number of articles you can read for free.
ما هو NYTimes Free؟
NYTimes Free هو إضافة Chrome تم تطويرها بواسطة sbogey3، والميزة الرئيسية لها هي "This extension prevents the NYTimes website from limiting the number of articles you can read for free.".
تحميل ملف CRX للإضافة NYTimes Free
قم بتنزيل ملفات الامتداد NYTimes Free بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | kobbkajcbfebkdeinnojiigmnjfklbfm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/nytimes-free/kobbkajcbfebkdeinnojiigmnjfklbfm |
الوصف | This extension prevents the NYTimes website from limiting the number of articles you can read for free. |
حجم الملف | 9.2 KB |
عدد التثبيتات | 774 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2018-09-07 |
تاريخ النشر | 2018-09-07 |
تقييم | 1.13/5 مجموع تقييمات 8 |
المطور | sbogey3 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NYTimes Free", "description": "This extension prevents the NYTimes website from limiting the number of articles you can read for free.", "version": "1.1.1", "author": "Sam Bogart", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.nytimes.com\/*" ] } ] } |