Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Chrome Extension

Google Chrome: Refused To Execute Inline Script

In light of change in chrome's content security policy, I have moved all the script in separate… Read more Google Chrome: Refused To Execute Inline Script

Access Chrome Clipboard Events With Extension

I want to copy the system clipboard data in my extension; I am able to get the events for copy, cut… Read more Access Chrome Clipboard Events With Extension

Chrome Extension Message Passing Is Not Working?

In contentScript.js the function is not called. background.js var insertUI = true // var hasExecute… Read more Chrome Extension Message Passing Is Not Working?

Approaches Of Detection Of Custom Protocol In Chrome And Safari Browsers

What could be the best way the detecting the custom protocol (like foo://) in Safari and chrome bro… Read more Approaches Of Detection Of Custom Protocol In Chrome And Safari Browsers

Why Am I Getting An Error When I Click Chrome Extension?

I am trying to create a simple chrome extension. I was able to load the extension but when I clicke… Read more Why Am I Getting An Error When I Click Chrome Extension?

How To Listen To Uninstallation Event In Javascript From A Chrome Extension?

I'm trying to clean some preferences files when a user uninstall my extension from chrome brows… Read more How To Listen To Uninstallation Event In Javascript From A Chrome Extension?

Bypassing The Browse File / Upload File Dialog

I am building a Chrome extension for internal use, and at one step, the user can upload a file. Thi… Read more Bypassing The Browse File / Upload File Dialog

Chrome Inject Script Inconsistency Issue

Below function I did was to redirect user to a login page, and then inject a js to login the user. … Read more Chrome Inject Script Inconsistency Issue

Why Is My Javascript Chrome Extension Code Not Working? (loop Check For Button)

I am trying to make a chrome extension that constantly checks for the button with the ID 'produ… Read more Why Is My Javascript Chrome Extension Code Not Working? (loop Check For Button)

Can I Remove Event Listeners With A Chrome Extension?

In Chrome's dev tools, there's a lovely interface where you can see all the event listeners… Read more Can I Remove Event Listeners With A Chrome Extension?

Accessing Cookies In Chrome Extension

I'm trying to write a chrome extension that works with YouTube and need to access some of YouTu… Read more Accessing Cookies In Chrome Extension

Chrome Extension: Detecting Keypresses In Google Docs

Hey my friends and I new to javascript and are encountering problems with some code. Currently we&… Read more Chrome Extension: Detecting Keypresses In Google Docs

File Input In Chrome Extension Popup

I want the user to be able to upload text files as input through the browserAction popup for my ext… Read more File Input In Chrome Extension Popup

Chrome Extension : Issue With Sendmessage

I am trying to change the contents of a page based on the output of a xhr call. I am sending a mess… Read more Chrome Extension : Issue With Sendmessage

Update And Run Pre Defined Link On Current Tab Chrome Extension

I'm trying to make a chrome extension go to a predefined link on the currently open tab. I can&… Read more Update And Run Pre Defined Link On Current Tab Chrome Extension

Saving Urls To The Bookmarks ,chrome Extension

This is popup.js: function GetUrls() { var CurrentTabs = new Array(); chrome.tabs.query({}, functio… Read more Saving Urls To The Bookmarks ,chrome Extension

How To Add A Button To Play Youtube Video Full Screen Using Javascript?

I'm coding a Google Chrome extension where I embed a YouTube video: Solution 1: There is a lit… Read more How To Add A Button To Play Youtube Video Full Screen Using Javascript?

Getting The Source Code Of A Page From A Googlechrome Extension

I am writting an extension for googlechrome to display a list of items from a website. The problem … Read more Getting The Source Code Of A Page From A Googlechrome Extension

Chrome Extension - Get Html From A Separate Page Of A Website In The Background

I have made an extension that will track what manga a person reads on a manga site and list what ch… Read more Chrome Extension - Get Html From A Separate Page Of A Website In The Background

How Do I Enable The "chrome.downloads" Api On The Dev Or Canary Channels?

I was hoping to do some experimentation with the chrome.downloads api. I downloaded the dev and can… Read more How Do I Enable The "chrome.downloads" Api On The Dev Or Canary Channels?