No One Direction on Twitter
No longer want One direction to appear on your Twitter-feed? This is made just for you!
No One Direction on Twitterคืออะไร?
No One Direction on Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amees.me และคุณลักษณะหลักของมันคือ "No longer want One direction to appear on your Twitter-feed? This is made just for you!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No One Direction on Twitter
ดาวน์โหลดไฟล์ส่วนขยาย No One Direction on Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Twitter is a beautiful medium. Ever since it was built, we've seen all kinds of annoying hypes coming and going. Today it's time for a change. No longer shall we accept the pollution of something beautiful. Today, we shall no longer see any One direction-tweets. Enjoy!;) ________________________________ 1.0 Initial release: - Now filters 1D-tweets once per page-load 1.2: - Now constantly checks for One Direction-posts, also works when ajax-querys are run.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ahdbeaakcaaeoomldacepofdakigajkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/no-one-direction-on-twitt/ahdbeaakcaaeoomldacepofdakigajkk |
คำอธิบาย | No longer want One direction to appear on your Twitter-feed? This is made just for you! |
ขนาดไฟล์ | 51.52 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2013-09-08 |
วันที่เผยแพร่ | 2013-09-08 |
คะแนน | 3.50/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://amees.me |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No One Direction on Twitter", "version": "1.2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "No longer want One direction to appear on your Twitter-feed? This is made just for you!", "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |