ROBLOXSUCKS+
Original extension by WebGL3D. Modified by the Meme Team.
What is ROBLOXSUCKS+?
ROBLOXSUCKS+ is a Chrome extension developed by memeteamrblx, and its main feature is "Original extension by WebGL3D. Modified by the Meme Team.".
Extension Screenshots
Download ROBLOXSUCKS+ Extension CRX File
Download ROBLOXSUCKS+ 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
///////////// 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 Extension Basic Information
| Name | |
| ID | dkemjogaoajpfkpcomolgpdcfkcdcham |
| Official URL | https://chromewebstore.google.com/detail/robloxsucks+/dkemjogaoajpfkpcomolgpdcfkcdcham |
| Description | Original extension by WebGL3D. Modified by the Meme Team. |
| File Size | 5.07 MB |
| Installation Count | 1,827 |
| Current Version | 2.1.27 |
| Last Updated | 2016-03-14 |
| Publish Date | 2016-03-14 |
| Rating | 3.87/5 Total 15 Ratings |
| Developer | memeteamrblx |
| Payment Type | free |
| Extension Website | https://facebook.com/robloxmeme |
| Help Page URL | https://facebook.com/robloxmeme |
| Supported Languages | 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\/*"
]
} | |