Strike Out Nofollow Links
Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.
Co je Strike Out Nofollow Links?
Strike Out Nofollow Links je rozšíření Chrome vyvinuté cloxy.com, a jeho hlavní funkcí je „Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Strike Out Nofollow Links
Stáhněte si soubory rozšíření Strike Out Nofollow Links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Strike Out Nofollow Links |
ID | fkolbdohecbecliihaobiiamdmhhnaei |
Oficiální URL | https://chromewebstore.google.com/detail/strike-out-nofollow-links/fkolbdohecbecliihaobiiamdmhhnaei |
Popis | Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors. |
Velikost souboru | 17.96 KB |
Počet instalací | 8,000 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2019-09-11 |
Datum Vydání | 2019-09-11 |
Hodnocení | 4.15/5 Celkem 33 Hodnocení |
Vývojář | cloxy.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.cloxy.com/ |
URL Stránky Zásad Ochrany Soukromí | https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07 |
Podporované Jazyky | 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" ] } ] } |