Cloud-Things To Butt
Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
Wat is Cloud-Things To Butt?
Cloud-Things To Butt is een Chrome-extensie ontwikkeld door https://www.patik.com, en de belangrijkste functie is "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cloud-Things To Butt
Download Cloud-Things To Butt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Cloud-Things To Butt |
ID | ooaniklefhdgbcefegledhggifcbionf |
Officiële URL | https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf |
Beschrijving | Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'. |
Bestandsgrootte | 3.96 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2014-02-15 |
Publicatiedatum | 2014-02-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.patik.com |
Betalingswijze | free |
Extensiewebsite | http://patik.com/code/ |
Ondersteunde Talen | 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" } ] } |