Riddut
Make time for favorite things. Get rid of unnecessary information
Riddutคืออะไร?
Riddut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mopsicus.ru และคุณลักษณะหลักของมันคือ "Make time for favorite things. Get rid of unnecessary information"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Riddut
ดาวน์โหลดไฟล์ส่วนขยาย Riddut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Riddut — it's a browser extension which removes ads, unnecessary and uninteresting content by keywords. All that you need — to add a word to the extension and it will disappear from all of websites, pages and social networks. It's like AdBlock, but for content. Only you decide what is interesting and what is not. Are you tired of politics and finance news? Add personality and events in Riddut and news sites will gain a very different kind. Are you tired of reposts and retweets in social networks? With Riddut you do not notice that such posts have disappeared from your feed. Manage your information space — to protect yourself from useless information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Riddut |
ID | bhhaphnabpbkpecmjlodijdnhmpimmoa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/riddut/bhhaphnabpbkpecmjlodijdnhmpimmoa |
คำอธิบาย | Make time for favorite things. Get rid of unnecessary information |
ขนาดไฟล์ | 172 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2018-02-02 |
วันที่เผยแพร่ | 2018-02-02 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://mopsicus.ru |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://riddut.mopsicus.ru/eng/ |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "browser_action": { "default_title": "Riddut", "default_popup": "popup.html", "default_icon": "icons\/button.png" }, "name": "__MSG_info_name__", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "includes\/content.js" ], "run_at": "document_start" } ], "manifest_version": 2, "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "homepage_url": "https:\/\/riddut.mopsicus.ru\/", "version": "1.0.7", "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ], "description": "__MSG_info_description__" } |