ROBLOXSUCKS+
Original extension by WebGL3D. Modified by the Meme Team.
Wat is ROBLOXSUCKS+?
ROBLOXSUCKS+ is een Chrome-extensie ontwikkeld door memeteamrblx, en de belangrijkste functie is "Original extension by WebGL3D. Modified by the Meme Team.".
Extensie Screenshots
Download het CRX-bestand van de extensie ROBLOXSUCKS+
Download ROBLOXSUCKS+-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
///////////// WRITTEN BY THE ROBLOX MEMES FACEBOOK PAGE ///////////// ROBLOXSUCKS+ VERSION 0.9.1.0 UPDATE LOG: -- INFINITE IMAGE EMBEDDING -- NOT A BOTNET -- FIXED ADS -- FIXED WEBGL3D'S AUTOLIKER BOTNET /*********************************************************************************** THIS IS INTENDED AS AN OPEN-SOURCE PROJECT AND I INTEND ON MAKING NO PROFIT OFF OF THIS ***********************************************************************************/ LIKE ROBLOX MEMES ON FACEBOOK: https://facebook.com/robloxmeme
Basisinformatie over de Extensie
Naam | ROBLOXSUCKS+ |
ID | dkemjogaoajpfkpcomolgpdcfkcdcham |
Officiële URL | https://chromewebstore.google.com/detail/robloxsucks+/dkemjogaoajpfkpcomolgpdcfkcdcham |
Beschrijving | Original extension by WebGL3D. Modified by the Meme Team. |
Bestandsgrootte | 5.07 MB |
Aantal Installaties | 1,827 |
Huidige Versie | 2.1.27 |
Laatst Bijgewerkt | 2016-03-14 |
Publicatiedatum | 2016-03-14 |
Beoordeling | 3.87/5 Totaal 15 Beoordelingen |
Ontwikkelaar | memeteamrblx |
Betalingswijze | free |
Extensiewebsite | https://facebook.com/robloxmeme |
Help Pagina-URL | https://facebook.com/robloxmeme |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ROBLOXSUCKS+", "version": "2.1.27", "description": "Original extension by WebGL3D. Modified by the Meme Team.", "icons": { "128": "images\/icon.png", "16": "images\/icon16.png", "48": "images\/icon64.png" }, "background": { "scripts": [ "lib\/jquery.js", "lib\/prefunc.js", "lib\/prext.js", "lib\/preroblox.js", "lib\/socket.io.js", "background.js" ] }, "content_scripts": [ { "js": [ "lib\/jquery.js", "lib\/prefunc.js", "lib\/prext.js", "lib\/preroblox.js", "lib\/highlight.pack.js", "lib\/highcharts.js", "lib\/highchartsmod.js", "content.js" ], "matches": [ "*:\/\/*.roblox.com\/*" ], "run_at": "document_end" }, { "js": [ "theme.js" ], "matches": [ "*:\/\/*.roblox.com\/*" ], "css": [ "css\/hljs.css", "css\/style.css" ], "run_at": "document_start" } ], "browser_action": { "default_icon": { "19": "images\/icon32.png" }, "default_title": "ROBLOXSUCKS+", "default_popup": "notifications.html" }, "homepage_url": "https:\/\/www.roblox.com\/my\/account?tab=RPlus", "incognito": "split", "permissions": [ "contextMenus", "webRequest", "webRequestBlocking", "unlimitedStorage", "tts", "notifications", "*:\/\/*.roblox.com\/*", "*:\/\/*.rbxcdn.com\/*", "*:\/\/*.robloxplus.com\/*", "*:\/\/*.roblox.plus\/*" ], "short_name": "ROBLOX+", "web_accessible_resources": [ "*.html", "*.png", "*.gif", "*.jpg", "*.svg", "*.xml", "*.rbxlx", "*.css", "*.js", "jquery.min.map", "*:\/\/*.roblox.com\/*", "*:\/\/*.rbxcdn.com\/*", "*:\/\/*.robloxplus.com\/*", "*:\/\/*.roblox.plus\/*" ] } |