Redacted
Redacted -
Co to jest Redacted?
Redacted to rozszerzenie Chrome opracowane przez https://jamestomasino.com, a jego główną funkcją jest „Redacted -”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Redacted
Pobierz pliki rozszerzeń Redacted 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
Are you sick and tired of seeing a name, word, or phrase online? Facebook friends talking about your ex, too many politicians in your Twitter feed, totally over the that reality TV show? Redacted allows you to black-out words or phrases that bother you. Add as many phrases as you like and watch as your browser transforms. Right click the icon and choose "options" to choose your phrases. Click the icon to toggle Redacted on/off.
Podstawowe informacje o rozszerzeniu
Nazwa | Redacted |
ID | bgfkfggjjpdconmpcdnenfffaeelhdom |
Oficjalny URL | https://chromewebstore.google.com/detail/redacted/bgfkfggjjpdconmpcdnenfffaeelhdom |
Opis | Redacted - |
Rozmiar pliku | 59.78 KB |
Liczba instalacji | 378 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2016-03-06 |
Data Publikacji | 2016-03-05 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://jamestomasino.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jamestomasino/redacted |
Adres URL Strony Pomocy | https://github.com/jamestomasino/redacted/issues |
Obsługiwane Języki | en-US |
manifest.json | |
{ "author": "James Tomasino", "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "Redacted", "default_icon": "icon128.png", "default_title": "Redacted" }, "content_scripts": [ { "css": [ "main.css" ], "js": [ "jquery.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Redacted - ", "homepage_url": "http:\/\/github.com\/jamestomasino\/redacted", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Redacted", "offline_enabled": true, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage" ], "short_name": "Redacted", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1", "web_accessible_resources": [ "fonts\/redacted-regular.eot", "fonts\/redacted-regular.svg", "fonts\/redacted-regular.ttf", "fonts\/redacted-regular.woff", "fonts\/redacted-regular.woff2" ] } |