Strike Out Nofollow Links
Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.
Strike Out Nofollow Linksคืออะไร?
Strike Out Nofollow Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cloxy.com และคุณลักษณะหลักของมันคือ "Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Strike Out Nofollow Links
ดาวน์โหลดไฟล์ส่วนขยาย Strike Out Nofollow Links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension strikes out links containing relations rel="nofollow", rel="ugc" and/or rel="sponsored". No JavaScript is used, only CSS3 selectors. Useful tool for every SEO expert or webmaster. Product of Cloxy Ltd.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Strike Out Nofollow Links |
ID | fkolbdohecbecliihaobiiamdmhhnaei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/strike-out-nofollow-links/fkolbdohecbecliihaobiiamdmhhnaei |
คำอธิบาย | Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors. |
ขนาดไฟล์ | 17.96 KB |
จำนวนการติดตั้ง | 8,000 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2019-09-11 |
วันที่เผยแพร่ | 2019-09-11 |
คะแนน | 4.15/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | cloxy.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.cloxy.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strike Out Nofollow Links", "version": "1.3", "description": "Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "snl.css" ] } ] } |