Sessionslogning-simulator
Simulerer den kommende sessionslogning. Få Søren Pind med dig over alt på internettet. Lavet af @kennethlarsen
What is Sessionslogning-simulator?
Sessionslogning-simulator is a Chrome extension developed by @kennethlarsen, and its main feature is "Simulerer den kommende sessionslogning. Få Søren Pind med dig over alt på internettet. Lavet af @kennethlarsen".
Extension Screenshots
Download Sessionslogning-simulator Extension CRX File
Download Sessionslogning-simulator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simulerer den kommende sessionslogning. Få Søren Pind med dig over alt på internettet. Lavet af @kennethlarsen
Extension Basic Information
Name | |
ID | dhbbdlonjfbbifikmafcpjcbmdhjdilc |
Official URL | https://chrome.google.com/webstore/detail/sessionslogning-simulator/dhbbdlonjfbbifikmafcpjcbmdhjdilc |
Description | Simulerer den kommende sessionslogning. Få Søren Pind med dig over alt på internettet. Lavet af @kennethlarsen |
File Size | 66.19 KB |
Installation Count | 30 |
Current Version | 0.0.3 |
Last Updated | 2016-03-10 |
Publish Date | 2016-03-10 |
Rating | 5.00/5 Total 6 Ratings |
Developer | @kennethlarsen |
[email protected] | |
Payment Type | free |
Extension Website | http://www.twitter.com/kennethlarsen |
Privacy Policy Page URL | https://github.com/kennethlarsen/Sessionslogning-simulator |
Supported Languages | da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sessionslogning-simulator", "version": "0.0.3", "description": "Simulerer den kommende sessionslogning. F\u00e5 S\u00f8ren Pind med dig over alt p\u00e5 internettet. Lavet af @kennethlarsen", "manifest_version": 2, "content_scripts": [ { "js": [ "jquery-2.0.2.min.js", "background.js" ], "css": [ "pind.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "zombie.png" }, "web_accessible_resources": [ "img\/*.png" ] } |