Cloud to Butt Redux
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Co to jest Cloud to Butt Redux?
Cloud to Butt Redux to rozszerzenie Chrome opracowane przez Techjar, a jego główną funkcją jest „Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cloud to Butt Redux
Pobierz pliki rozszerzeń Cloud to Butt Redux 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
Improvements to a previous version of this extension, namely it will no longer replace textarea contents. Old version here: https://github.com/hank/cloud-to-butt My version: https://github.com/Techjar/cloud-to-butt
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mghonbmkhoeammefiikcjdjaikniefnk |
Oficjalny URL | https://chrome.google.com/webstore/detail/cloud-to-butt-redux/mghonbmkhoeammefiikcjdjaikniefnk |
Opis | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
Rozmiar pliku | 40.75 KB |
Liczba instalacji | 160 |
Aktualna Wersja | 1.3.5 |
Ostatnia Aktualizacja | 2018-01-08 |
Data Publikacji | 2018-01-08 |
Ocena | 4.14/5 Łącznie 7 Oceny |
Deweloper | Techjar |
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": "Cloud to Butt Redux", "version": "1.3.5", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/titlecapitalization.com\/*", "*:\/\/hangouts.google.com\/*", "*:\/\/docs.google.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/discordapp.com\/*" ], "js": [ "content_script.js" ], "all_frames": true } ] } |