Smurfy Build Embedder
Replaces links to builds on Smurfy with an in-line, embedded version of the build.
Wat is Smurfy Build Embedder?
Smurfy Build Embedder is een Chrome-extensie ontwikkeld door TVsBrent, en de belangrijkste functie is "Replaces links to builds on Smurfy with an in-line, embedded version of the build.".
Extensie Screenshots
Download het CRX-bestand van de extensie Smurfy Build Embedder
Download Smurfy Build Embedder-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
Basisinformatie over de Extensie
| Naam | |
| ID | cojeifpnlghjagiopmpbcpipjocbcahp |
| Officiële URL | https://chrome.google.com/webstore/detail/smurfy-build-embedder/cojeifpnlghjagiopmpbcpipjocbcahp |
| Beschrijving | Replaces links to builds on Smurfy with an in-line, embedded version of the build. |
| Bestandsgrootte | 835 KB |
| Aantal Installaties | 47 |
| Huidige Versie | 0.2.2 |
| Laatst Bijgewerkt | 2015-08-24 |
| Publicatiedatum | 2015-08-24 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | TVsBrent |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Smurfy Build Embedder",
"short_name": "SmurfyEmbed",
"description": "Replaces links to builds on Smurfy with an in-line, embedded version of the build.",
"version": "0.2.2",
"minimum_chrome_version": "40.0",
"options_ui": {
"page": "html\/options.html",
"chrome_style": true
},
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"background": {
"scripts": [
"js\/jquery-2.1.4.min.js",
"js\/background.js"
]
},
"web_accessible_resources": [
"fonts\/*"
],
"permissions": [
"activeTab",
"storage",
"tabs",
"webRequest",
"http:\/\/mwo.smurfy-net.de\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |