Cloud-Things To Butt
Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
Vad är Cloud-Things To Butt?
Cloud-Things To Butt är en Chrome-tillägg utvecklad av https://www.patik.com, och dess huvudfunktion är "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.".
Tilläggsskärmbilder
Ladda ner Cloud-Things To Butt-förlängningens CRX-fil
Ladda ner Cloud-Things To Butt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Replaces the text "the cloud" with "my butt", and "internet of things" with "interwebs of butts". Slight improvements to Cloud-to-butt Plus, found here: https://github.com/hank/cloud-to-butt Source code: https://github.com/patik/cloud-things-to-butt
Grundläggande Information om Tillägg
Namn | Cloud-Things To Butt |
ID | ooaniklefhdgbcefegledhggifcbionf |
Officiell webbadress | https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf |
Beskrivning | Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'. |
Filstorlek | 3.96 KB |
Antal Installationer | 23 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2014-02-15 |
Publiceringsdatum | 2014-02-15 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://www.patik.com |
Betalningssätt | free |
Tilläggswebbplats | http://patik.com/code/ |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud-Things To Butt", "version": "1.2.0", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.", "short_name": "Cloud-Things To Butt", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "cloud-things-to-butt.user.js" ], "run_at": "document_end" } ] } |