Freedom to More Freedom
Replaces the text 'Security' with 'Freedom'.
Co to jest Freedom to More Freedom?
Freedom to More Freedom to rozszerzenie Chrome opracowane przez https://nullify-ctf.blogspot.com, a jego główną funkcją jest „Replaces the text 'Security' with 'Freedom'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Freedom to More Freedom
Pobierz pliki rozszerzeń Freedom to More Freedom 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
Replaces the text 'Security' with 'Freedom' in certain contexts. This basically the same as cloud to butts.
Podstawowe informacje o rozszerzeniu
Nazwa | Freedom to More Freedom |
ID | mbjafjdfamobncblnamcbfpkeelcihno |
Oficjalny URL | https://chromewebstore.google.com/detail/freedom-to-more-freedom/mbjafjdfamobncblnamcbfpkeelcihno |
Opis | Replaces the text 'Security' with 'Freedom'. |
Rozmiar pliku | 3.37 KB |
Liczba instalacji | 1,080 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-07-05 |
Data Publikacji | 2014-07-04 |
Ocena | 2.83/5 Łącznie 18 Oceny |
Deweloper | https://nullify-ctf.blogspot.com |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freedom to More Freedom", "version": "1.0", "description": "Replaces the text 'Security' with 'Freedom'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |