Twitter's {searchTerms}
Hide Twitter's {searchTerms} page and display the home page instead.
ما هو Twitter's {searchTerms}؟
Twitter's {searchTerms} هو إضافة Chrome تم تطويرها بواسطة Plippe، والميزة الرئيسية لها هي "Hide Twitter's {searchTerms} page and display the home page instead.".
تحميل ملف CRX للإضافة Twitter's {searchTerms}
قم بتنزيل ملفات الامتداد Twitter's {searchTerms} بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Visiting Twitter with Google Chrome can be a pain. Twitter's "{searchTerms}" page is often displayed when you just want to get to its home page.
If you find it annoying too, just install this little Chrome extension. With it, whenever the "{searchTerms}" page would be displayed, the home page is displayed instead.
The extension's source code can be found on our website. معلومات أساسية عن التمديد
| الاسم | |
| ID | blgmfjfoadpcpedhlbfdfigmgbjdndon |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/twitters-%7Bsearchterms%7D/blgmfjfoadpcpedhlbfdfigmgbjdndon |
| الوصف | Hide Twitter's {searchTerms} page and display the home page instead. |
| حجم الملف | 16.79 KB |
| عدد التثبيتات | 21 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2015-07-12 |
| تاريخ النشر | 2015-07-12 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Plippe |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/plippe/chrome-twitter-home |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0",
"name": "Twitter's {searchTerms}",
"homepage_url": "https:\/\/github.com\/pvinchon\/chrome_twitter_home",
"description": "Hide Twitter's {searchTerms} page and display the home page instead.",
"icons": {
"128": "icon.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/twitter.com\/"
],
"background": {
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"manifest_version": 2
} | |