Strike Out Nofollow Links
Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.
Co to jest Strike Out Nofollow Links?
Strike Out Nofollow Links to rozszerzenie Chrome opracowane przez cloxy.com, a jego główną funkcją jest „Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Strike Out Nofollow Links
Pobierz pliki rozszerzeń Strike Out Nofollow Links w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fkolbdohecbecliihaobiiamdmhhnaei |
| Oficjalny URL | https://chromewebstore.google.com/detail/strike-out-nofollow-links/fkolbdohecbecliihaobiiamdmhhnaei |
| Opis | Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors. |
| Rozmiar pliku | 17.96 KB |
| Liczba instalacji | 8,000 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2019-09-11 |
| Data Publikacji | 2019-09-11 |
| Ocena | 4.15/5 Łącznie 33 Oceny |
| Deweloper | cloxy.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.cloxy.com/ |
| Adres URL Strony Polityki Prywatności | https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07 |
| Obsługiwane Języki | 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"
]
}
]
} | |