9GAG Unwanted
Filter unwanted posts from 9GAG
ما هو 9GAG Unwanted؟
9GAG Unwanted هو إضافة Chrome تم تطويرها بواسطة wheatup، والميزة الرئيسية لها هي "Filter unwanted posts from 9GAG".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 9GAG Unwanted
قم بتنزيل ملفات الامتداد 9GAG Unwanted بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Block 9GAG posts based on tags and post titles!
معلومات أساسية عن التمديد
الاسم | 9GAG Unwanted |
ID | lnldkhdgiphhdgdfmjgpcgpihggimppd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/9gag-unwanted/lnldkhdgiphhdgdfmjgpcgpihggimppd |
الوصف | Filter unwanted posts from 9GAG |
حجم الملف | 179 KB |
عدد التثبيتات | 86 |
النسخة الحالية | 0.2.2 |
آخر تحديث | 2024-02-15 |
تاريخ النشر | 2022-09-21 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | wheatup |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "9GAG Unwanted", "short_name": "9GAG Unwanted", "version": "0.2.2", "description": "Filter unwanted posts from 9GAG", "background": { "service_worker": ".\/background.js" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.9gag.com\/*" ], "author": "wheatup", "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/9gag-unwanted\/lnldkhdgiphhdgdfmjgpcgpihggimppd", "action": { "default_popup": "popup.html", "default_title": "9GAG Unwanted", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "content_scripts": [ { "css": [ "content.css" ], "matches": [ "*:\/\/*.9gag.com\/*" ], "js": [ "content.js" ] } ] } |