Disqus Hider
Hides the Disqus comment section on a webpage.
ما هو Disqus Hider؟
Disqus Hider هو إضافة Chrome تم تطويرها بواسطة Omnigatherum، والميزة الرئيسية لها هي "Hides the Disqus comment section on a webpage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disqus Hider
قم بتنزيل ملفات الامتداد Disqus Hider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension hides a Disqus comment section on a webpage. The extension works in the background and requires no user intervention. The extension is always on, and hides the comment section as the page loads. To turn it off, go to chrome://extensions and uncheck "Enabled" next to the title of the extension. Disqus Hider is not an official extension from Disqus. -- Before posting a negative review: Please take the time to provide feedback. Extensions break every so often. They usually can be fixed quite quickly. Thanks. -- Plugin history: 0.1.0 - Initial release.
معلومات أساسية عن التمديد
الاسم | Disqus Hider |
ID | dbdacjoefpcminpbfchmhgjomblkdkda |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/disqus-hider/dbdacjoefpcminpbfchmhgjomblkdkda |
الوصف | Hides the Disqus comment section on a webpage. |
حجم الملف | 14.61 KB |
عدد التثبيتات | 122 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2015-03-13 |
تاريخ النشر | 2015-03-13 |
تقييم | 4.63/5 مجموع تقييمات 8 |
المطور | Omnigatherum |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_title__", "version": "0.1.0", "manifest_version": 2, "description": "__MSG_ext_desc__", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Richard Bruneau", "default_locale": "en", "permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "src\/disqus_hider_styles.css" ], "js": [ "src\/inject.js" ], "run_at": "document_end" } ] } |