Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8178065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T23:40:34+00:00 2026-06-06T23:40:34+00:00

I am developing a chrome extention that do some action on page load for

  • 0

I am developing a chrome extention that do some action on page load for example alert welcome
I am using Jquery to dect the document.ready it works perfect with all sites but facebook and google I need it works with FB
here is the manifest.json file

    {
  "name": "Me",
  "version": "1.0",
  "manifest_version": 2,
  "description": "ME",
  "browser_action": {
    "default_icon": "icon.png",
     "default_popup": "popup.html"
  },
  "permissions": [
    "http://api.flickr.com/"
  ],
  "content_scripts": [
    {
      "matches": ["http://*/*"],
       "js": ["jquery.js", "popup.js"]



    }
  ]
}

and here is pop.js

jQuery(document).ready(function () {
    console.log("Welcome");
    alert("Welcome");
});

and even I don’t use Jquery and used the JS method directly still doesnt work

  alert("Welcome");
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T23:40:36+00:00Added an answer on June 6, 2026 at 11:40 pm

    You may have HTTPS enabled on Facebook and Google, your content scripts will run on HTTP sites only.
    Change your “matches” field value to “<all_urls>” to include HTTPS sites.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a simple page action extension in google chrome and it has
I'm developing a Chrome extension that ships jQuery and jquery is referenced from the
I'm developing a websockter server using node.js and I've discovered some quirks in Chrome.
I am developing a Chrome application on a 3rd party website. The document that
I am developing a chrome extension that runs some javascript on a particular web
I'm having a particularly odd issue when developing Chrome extensions using jQuery. I have
(sorry for my bad english) I'm developing a basic chrome extension that make some
I'm developing an extension for Google Chrome that generates an mp3 file and saves
I am developing my first addon for Firefox, and I'm using the Extention Developer
I am developing an extension from Chrome and I need to do some changes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.