Twitter Timeline Eradicator
Get rid of your Twitter addiction
ما هو Twitter Timeline Eradicator؟
Twitter Timeline Eradicator هو إضافة Chrome تم تطويرها بواسطة Grant Gumina، والميزة الرئيسية لها هي "Get rid of your Twitter addiction".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter Timeline Eradicator
قم بتنزيل ملفات الامتداد Twitter Timeline Eradicator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Break your Twitter addiction by removing all the distractions from the platform. This extension removes Twitter timelines and replaces them with an interesting quote instead.
معلومات أساسية عن التمديد
الاسم | |
ID | jkdloljnomnhbkifgmiobaaajfemiccm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/twitter-timeline-eradicat/jkdloljnomnhbkifgmiobaaajfemiccm |
الوصف | Get rid of your Twitter addiction |
حجم الملف | 82.83 KB |
عدد التثبيتات | 47 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2017-10-31 |
تاريخ النشر | 2017-10-31 |
تقييم | 1.43/5 مجموع تقييمات 7 |
المطور | Grant Gumina |
نوع الدفع | free |
موقع الإضافة | https://github.com/grantgumina/twitter-timeline-eradicator |
عنوان صفحة المساعدة | https://github.com/grantgumina/twitter-timeline-eradicator |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Timeline Eradicator", "short_name": "Twitter Timeline Eradicator", "version": "0.0.2", "description": "Get rid of your Twitter addiction", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_start", "css": [ "css\/eradicate.css" ] }, { "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_end", "js": [ "js\/content.js" ], "css": [ "css\/quote.css" ] } ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |