TinyHands
So small
Wat is TinyHands?
TinyHands is een Chrome-extensie ontwikkeld door dagda, en de belangrijkste functie is "So small".
Extensie Screenshots
Download het CRX-bestand van de extensie TinyHands
Download TinyHands-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
Replace references to Trump's inaugural crowds with the word "penis" Eg, "President Donald Trump expressed anger at the media for understating the size of his penis."
Basisinformatie over de Extensie
Naam | |
ID | cbbefndphodbaohlledmaaofipjegafm |
Officiële URL | https://chrome.google.com/webstore/detail/tinyhands/cbbefndphodbaohlledmaaofipjegafm |
Beschrijving | So small |
Bestandsgrootte | 5.11 KB |
Aantal Installaties | 16 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2017-01-26 |
Publicatiedatum | 2017-01-26 |
Ontwikkelaar | dagda |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyHands", "description": "So small", "version": "0.1", "browser_action": { "default_icon": "smol.png", "default_title": "So small! Sad." }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |