Crappy Chrome Plugin
This extension does shit on your current page
Wat is Crappy Chrome Plugin?
Crappy Chrome Plugin is een Chrome-extensie ontwikkeld door JackW, en de belangrijkste functie is "This extension does shit on your current page".
Download het CRX-bestand van de extensie Crappy Chrome Plugin
Download Crappy Chrome Plugin-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
Want your google pages to be fucked up ? Have fun mate !
Basisinformatie over de Extensie
Naam | |
ID | khfagknpenlpghhoapfhefnfibojignn |
Officiële URL | https://chrome.google.com/webstore/detail/crappy-chrome-plugin/khfagknpenlpghhoapfhefnfibojignn |
Beschrijving | This extension does shit on your current page |
Bestandsgrootte | 35.54 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-07-22 |
Publicatiedatum | 2015-07-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | JackW |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crappy Chrome Plugin", "description": "This extension does shit on your current page", "version": "1.0", "browser_action": { "default_icon": "crap.png", "default_popup": "crapup.html" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/www.google.fr\/*" ], "js": [ "js\/libs\/jquery-2.1.4.min.js", "js\/crapup.js", "js\/crapup_scripts.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*" ] } |