Strike Out Nofollow Links
Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.
Apa itu Strike Out Nofollow Links?
Strike Out Nofollow Links adalah ekstensi Chrome yang dikembangkan oleh cloxy.com, dan fitur utamanya adalah "Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Strike Out Nofollow Links
Unduh file ekstensi Strike Out Nofollow Links dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Strike Out Nofollow Links |
ID | fkolbdohecbecliihaobiiamdmhhnaei |
URL Resmi | https://chromewebstore.google.com/detail/strike-out-nofollow-links/fkolbdohecbecliihaobiiamdmhhnaei |
Deskripsi | Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors. |
Ukuran File | 17.96 KB |
Jumlah Instalasi | 8,000 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2019-09-11 |
Tanggal Publikasi | 2019-09-11 |
Penilaian | 4.15/5 Total 33 Penilaian |
Pengembang | cloxy.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.cloxy.com/ |
URL Halaman Kebijakan Privasi | https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07 |
Bahasa yang Didukung | 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" ] } ] } |