Medium : Premium Version for free!
It gives you free access to all the premium articles!! 😎
ما هو Medium : Premium Version for free!؟
Medium : Premium Version for free! هو إضافة Chrome تم تطويرها بواسطة nutandevjoshi، والميزة الرئيسية لها هي "It gives you free access to all the premium articles!! 😎".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Medium : Premium Version for free!
قم بتنزيل ملفات الامتداد Medium : Premium Version for free! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It gives you free access to all the premium articles!! 😎 The one and only extension only which gives you free access to all the premium articles! If you can afford paid medium, dont install 😅 :) !! Just kidding!! It works 100% for all the articles on medium.
معلومات أساسية عن التمديد
الاسم | |
ID | emnnfdphohebiolehihekkiecpkmfiei |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei |
الوصف | It gives you free access to all the premium articles!! 😎 |
حجم الملف | 188 KB |
عدد التثبيتات | 822 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-02-16 |
تاريخ النشر | 2020-02-16 |
تقييم | 2.00/5 مجموع تقييمات 8 |
المطور | nutandevjoshi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Medium : Premium Version for free!", "version": "1.0", "description": "It gives you free access to all the premium articles!! \ud83d\ude0e", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icons8-medium-monogram-16.png", "32": "images\/icons8-medium-monogram-32.png", "48": "images\/icons8-medium-monogram-48.png", "128": "images\/icons8-medium-monogram-128.png" } }, "icons": { "16": "images\/icons8-medium-monogram-16.png", "32": "images\/icons8-medium-monogram-32.png", "48": "images\/icons8-medium-monogram-48.png", "128": "images\/icons8-medium-monogram-128.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/medium.com\/*" ], "js": [ "contentscript.js", "popupcode.js" ] } ], "web_accessible_resources": [ "popupcode.js" ] } |