Cloud-Things To Butt
Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
Hvad er Cloud-Things To Butt?
Cloud-Things To Butt er en Chrome-udvidelse udviklet af https://www.patik.com, og dens hovedfunktion er "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.".
Udvidelsesskærmbilleder
Download Cloud-Things To Butt-udvidelses-CRX-fil
Download Cloud-Things To Butt-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | ooaniklefhdgbcefegledhggifcbionf |
| Officiel URL | https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf |
| Beskrivelse | Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'. |
| Filstørrelse | 3.96 KB |
| Antal Installationer | 23 |
| Nuværende Version | 1.2.0 |
| Senest Opdateret | 2014-02-15 |
| Udgivelsesdato | 2014-02-15 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://www.patik.com |
| Betalingsmetode | free |
| Udvidelseswebsted | http://patik.com/code/ |
| Understøttede Sprog | 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"
}
]
} | |