Results 1 to 8 of 8
-
16th Sep 2011, 08:51 PM #1OPRespected DeveloperWebsite's:
wrzc.orgGoogle Chrome KWWHunction Extension (how to make)
This is a result of people complaining about the new FileServe advert and saying it looks ugly so here's a Google Chrome Extension that will remove the Adverts from KWWHunction.
First things first here's the thing we're going to make
https://chrome.google.com/webstore/d...ljfmnneplgndno
The whole thing takes less than 5 minutes and is really easy to make. It won't break when you update Google Chrome either unlike FireFox. It shows how easy it is to make Google Chrome Extensions.
All we need is two files for this as all we're doing is modifying the CSS. The CSS file is what controls the appearance, layout and color of a page encase you didn't know.
The other other file is a .json file that tells Google Chrome what to do. To make a .json file you can just copy and paste below into notepad and after you've saved it change it from a .txt to a .json
Here's the .json file
PHP Code:{
"name": "Remove KWWHunciton Advert",
"version": "1.0",
"description": "Removes the Top Adverts from KWWHunciton.com",
"content_scripts": [
{
"matches": ["http://www.besthostingforums.com/*"],
"css": ["advert.css"]
}
]
}
So we have a name which is simple enough. A version number which is useful if you want to release an update and a bit of a description. The matches part is the website you want the css file to match which in this case is KWWHunciton. The next is the css file. I've just called the CSS file advert but that's not important.
Next we need the CSS file.
Code:#subBar{display:none;} .smallfont div img{display:none;} .contentWrapper div iframe{display:none;}
Easy enough so far?
Next we just pack it. Easiest thing to do which will also check for errors is pack the two files in Chrome. Go to your extensions page activate developer mode and click pack extension. That creates a file for you.
Alternatively you can just zip the two files and upload them to the Google Webstore. A little warning you have to pay $5 initially to get a developer account on the Webstore. It's like a security thing but once you pay the $5 you can create as many extensions as you want.
In the webstore you can add screenshots, icons, a description, google tracking code to see how many use it etc. You can also have tester accounts before you release it along with loads of other features.
So ya again here is the finished project. Feel free to rate it 5 stars on Google if you like it
https://chrome.google.com/webstore/d...ljfmnneplgndno
If you create a good extension and you don't have a Google Webstore account I can upload it for you if it follows all Google's guidelines.Mr Happy Reviewed by Mr Happy on . Google Chrome KWWHunction Extension (how to make) This is a result of people complaining about the new FileServe advert and saying it looks ugly so here's a Google Chrome Extension that will remove the Adverts from KWWHunction. First things first here's the thing we're going to make https://chrome.google.com/webstore/detail/hamkmpinammdemgiieljfmnneplgndno The whole thing takes less than 5 minutes and is really easy to make. It won't break when you update Google Chrome either unlike FireFox. It shows how easy it is to make Google Chrome Rating: 5Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
-
16th Sep 2011, 08:59 PM #2mmm mmm!
Thanks
HATERS GONNA probably bring up some valid points considering I am an ignorant little twat so far up my own ass that i blame my problems on everyone and if you criticize me you're automatically wrong.
-
16th Sep 2011, 09:01 PM #3MemberWebsite's:
Wrestle-Zone.net Media-Zone.netSweeeet!!
-
16th Sep 2011, 09:05 PM #4MemberWebsite's:
MoanMyName.net Celebs4.us WarezWeek.com ExpertHide.com
-
17th Sep 2011, 12:17 AM #5MemberWebsite's:
wrzc.eu watchfreemoviez.euNice work Mr Happy thanks.
-
17th Sep 2011, 04:36 AM #6You can call me G
The tuts Great Happy!
btw, if ads are a concern, you guys might want to try out AdblockPlus.. does a great job for me on Chrome.
My Langotiya Yaars (Chaddi buddies): JmZ, humour, Chutad, Esotorisk, l0calhost, Daniel, Mind Freak?, TLK, Amz
-
17th Sep 2011, 04:13 PM #7OPRespected DeveloperWebsite's:
wrzc.orgTutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
-
11th Oct 2011, 10:13 PM #8MemberWebsite's:
imdber.org justpaste.meCode:{ "name": "Remove KWWHunciton Advert", "version": "1.0", "description": "Removes the Top Adverts from KWWHunciton.com", "content_scripts": [ { "matches": ["http://www.besthostingforums.com/*"], "css": ["advert.css"] } ] }
EDIT: it says Manifest file missing. Should there be a filename for the .json file?
EDIT: manifest.json
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Error when submitting extension to Chrome Web Store
By Ashleyuk1984 in forum Web Development AreaReplies: 2Last Post: 16th Aug 2012, 12:26 PM -
[Hiring] Chrome Extension programmer
By alessai in forum Marketplace (Buy, Sell and Trade)Replies: 0Last Post: 20th Jul 2012, 09:20 AM -
Looking for screenshot extension on chrome
By shzzzzyyyy in forum Webmaster DiscussionReplies: 6Last Post: 19th Apr 2012, 02:33 PM -
Chrome Extension Adds Facebook, Twitter To Google+
By Daniel in forum News & Current EventsReplies: 0Last Post: 19th Jul 2011, 01:41 PM -
Need Google Chrome Extension
By Dark+Avenger in forum General DiscussionReplies: 0Last Post: 18th May 2010, 10:17 AM
themaCreator - create posts from...
Version 3.50 released. Open older version (or...