Wider Economist Article
Default Economist article pages is two narrow when you blocked ads (even to a subscriber).
ما هو Wider Economist Article؟
Wider Economist Article هو إضافة Chrome تم تطويرها بواسطة leelejia، والميزة الرئيسية لها هي "Default Economist article pages is two narrow when you blocked ads (even to a subscriber).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wider Economist Article
قم بتنزيل ملفات الامتداد Wider Economist Article بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Default Economist article pages is two narrow when you blocked ads (even to a subscriber). Make it to 90% width. معلومات أساسية عن التمديد
| الاسم | |
| ID | pfjbembfhnbecnaggngpkdkfgenmnlmc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/wider-economist-article/pfjbembfhnbecnaggngpkdkfgenmnlmc |
| الوصف | Default Economist article pages is two narrow when you blocked ads (even to a subscriber). |
| حجم الملف | 19.17 KB |
| عدد التثبيتات | 110 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2019-03-31 |
| تاريخ النشر | 2019-03-31 |
| المطور | leelejia |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wider Economist Article",
"version": "1.0",
"description": "Default Economist article pages is two narrow when you blocked ads (even to a subscriber).",
"content_scripts": [
{
"matches": [
"https:\/\/www.economist.com\/*"
],
"css": [
"wider.css"
]
}
],
"icons": {
"16": "wider16.png",
"48": "wider48.png",
"128": "wider128.png"
},
"permissions": [
"activeTab"
],
"manifest_version": 2
} | |