April Fools
Install on a friends computer
Wat is April Fools?
April Fools is een Chrome-extensie ontwikkeld door Jamie Davies, en de belangrijkste functie is "Install on a friends computer".
Download het CRX-bestand van de extensie April Fools
Download April Fools-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
An april fools prank, upload to a friends computer
Basisinformatie over de Extensie
Naam | |
ID | fnemjnappdabnimhdhpadpedilfcegmo |
Officiële URL | https://chrome.google.com/webstore/detail/april-fools/fnemjnappdabnimhdhpadpedilfcegmo |
Beschrijving | Install on a friends computer |
Bestandsgrootte | 26.63 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-04-01 |
Publicatiedatum | 2015-04-01 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Jamie Davies |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "April Fools", "description": "Install on a friends computer", "author": "Jamie Davies", "offline_enabled": true, "version": "1.0", "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content.css" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.jpg", "48": "icons\/icon48.jpg", "64": "icons\/icon64.jpg", "128": "icons\/icon128.jpg" }, "manifest_version": 2 } |