The Verge - Is It A Thing
Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com
ما هو The Verge - Is It A Thing؟
The Verge - Is It A Thing هو إضافة Chrome تم تطويرها بواسطة Jens Møller، والميزة الرئيسية لها هي "Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Verge - Is It A Thing
قم بتنزيل ملفات الامتداد The Verge - Is It A Thing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds "and I have no idea if that’s a sex thing" to all headlines on theverge.com. Created by Mehedi Hassan https://twitter.com/mehedih_
معلومات أساسية عن التمديد
الاسم | |
ID | cpcgngnlhhndbhmahlaplhjifjlgpogp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/the-verge-is-it-a-thing/cpcgngnlhhndbhmahlaplhjifjlgpogp |
الوصف | Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com |
حجم الملف | 1.03 MB |
عدد التثبيتات | 65 |
النسخة الحالية | 1.4.0 |
آخر تحديث | 2020-06-11 |
تاريخ النشر | 2020-06-11 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | Jens Møller |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://twitter.com/mehedih_ |
عنوان صفحة المساعدة | https://twitter.com/mehedih_ |
اللغات المدعومة | de,en,fr,da,es,it,el,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.4.0", "manifest_version": 2, "description": "__MSG_appDesc__", "homepage_url": "http:\/\/twitter.com\/mehedih_", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "js": [ "jquery.js", "filter.js" ], "matches": [ "*:\/\/www.theverge.com\/*" ] } ] } |