AmericanSearches

What is American Searches? --------------------------------------------- With today’s modern media there is no single news source…

AmericanSearchesคืออะไร?

AmericanSearches เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "What is American Searches? --------------------------------------------- With today’s modern media there is no single news source…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AmericanSearches

ดาวน์โหลดไฟล์ส่วนขยาย AmericanSearches ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        What is American Searches?
---------------------------------------------
With today’s modern media there is no single news source that people from ALL political backgrounds trust to consistently and accurately present both sides of every story.  So, AmericanSearches conveniently displays search results from BOTH Left-Leaning and Right-Leaning news sources in unobtrusive sidebars with conventional Google search results displayed in between.  


How do I use it?
--------------------------
American Searches is a Google Chrome web browser extension.  Click on the blue button above to ‘Add to Chrome’ (if you’re already using a Chrome web browser) or ‘Available on Chrome’ (if you’re using a different web browser, such as Microsoft Edge or Explorer) to install American Searches on your computer.  Once it is installed, simply click on the American Searches icon in the upper right corner of your Google Chrome browser to get started (it will look like a small circle with an American flag).  Go to Google.com, type any search term and American Searches Left/Right sidebars and sources will automatically appear alongside your normal Google search results.


Do I have to pay to use it?
-----------------------------------------
No, American Searches is provided as a free Public Service for those who are interested in preserving convenient access to – and awareness of – BOTH sides of every story or current event. 


How does it work?
------------------------------
American Searches simply displays the most relevant search results (a summary list of titles and sources) from Left-Leaning sources in a blue sidebar window to the left of conventional Google search results, along with the most relevant search results from Right-Leaning sources in a red sidebar window on the other side.  Summary results in each Left/Right sidebar contain ‘clickable’ links that you can explore at your leisure.  You can also minimize or maximize one or both sidebars/tabs as needed.

Contact Us:
-------------------
[email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AmericanSearches AmericanSearches
ID aknpkdocbjlncilahajpaeeajibehflc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/americansearches/aknpkdocbjlncilahajpaeeajibehflc
คำอธิบาย What is American Searches? --------------------------------------------- With today’s modern media there is no single news source…
ขนาดไฟล์ 870 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-04-02
วันที่เผยแพร่ 2020-04-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://go.americansearches.com/sales-page36738272
URL หน้าช่วยเหลือ https://go.americansearches.com/support1584416138637
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "AmericanSearches",
    "name": "AmericanSearches",
    "version": "1.1",
    "manifest_version": 2,
    "background": {
        "page": "app\/background.html"
    },
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "app\/main.css"
            ],
            "js": [
                "app\/jquery.js",
                "static\/js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/search?custom_key=browse-bot&type=*"
            ],
            "css": [
                "app\/main.css"
            ],
            "js": [
                "app\/jquery.js",
                "app\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/logo.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/raw.githubusercontent.com\/AmericanSearches\/Whitelist\/master\/whitelist-sites.js; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ]
}